Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
anywave
Documentation
Wiki
MATLAB_get_props
MATLAB_get_props
· Changes
Page history
transferring wiki from anywave to documentation
authored
Jun 06, 2024
by
Bruno Colombet
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
MATLAB_get_props.md
MATLAB_get_props.md
+6
-0
No files found.
MATLAB_get_props.md
0 → 100644
View page @
2d1e05f5
````
matlab
function
main
(
varargin
)
anywave
(
'init'
,
varargin
);
settings
=
anywave
(
'get_props'
);
% settings is equilavent to args variable which is created after init is called.
````
\ No newline at end of file