You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, the relevant function arguments are well explained at the beginning of the script but have to be set somewhere down in the respective sections. I strongly suggest that when converting main.m to functions (#1) you systematically document each function and its parameters.
At the moment, the relevant function arguments are well explained at the beginning of the script but have to be set somewhere down in the respective sections. I strongly suggest that when converting main.m to functions (#1) you systematically document each function and its parameters.
Matlab has a particular syntax for documenting functions that has the additional benefit that you can run
help
to get the function details: https://mathworks.com/help/matlab/matlab_prog/add-help-for-your-program.htmlComment for the JOSS review (openjournals/joss-reviews#7858).
The text was updated successfully, but these errors were encountered: