Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
anywave
Documentation-116
Wiki
MATLAB_get_props
MATLAB_get_props
· Changes
Page history
transferring wiki from anywave to documentation
authored
Jun 06, 2024
by
Bruno Colombet
Show whitespace changes
Inline
Side-by-side
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