Sharing MATLAB experiences #16
Replies: 3 comments
-
Thumbs up if you saw this message! |
Beta Was this translation helpful? Give feedback.
-
We should definitely be using function argument validation in our code, whenever possible. This not only works as code documentation, but Matlab would warn us early, if an undesired value is accidentally passed to a function. Name–value arguments can also be implemented succinctly with a Matlab See https://se.mathworks.com/help/matlab/matlab_prog/function-argument-validation-1.html for documentation on the subject. |
Beta Was this translation helpful? Give feedback.
-
In a longer run The structure of the program could be something like this: https://github.com/SeSodesa/zeffiro_interface/tree/zef_as_class/%2Bzef_as_class. |
Beta Was this translation helpful? Give feedback.
-
Hello team,
I was wondering if this can be a good idea: to share our MATLAB-related issues and complications, and describe how we solve them. This is, to enhance MATLAB coding skills 🥇
Fernando
Beta Was this translation helpful? Give feedback.
All reactions