Hi All,
In my program , I'm trying to call a function with some input arguments but no outputs as I'm using this function for the purpose of plotting.
How should its syntax look like?
[ ] = function_name( var1,var2,var3) // This line is giving me erorr : Assigning an output to an empty array is not supported.
Please suggest me a way to handle this error.
Thanks in advance!
1 Comment
Direct link to this comment
https://se.mathworks.com/matlabcentral/answers/646553-calling-a-function-with-no-arguments#comment_1130823
Direct link to this comment
https://se.mathworks.com/matlabcentral/answers/646553-calling-a-function-with-no-arguments#comment_1130823
Sign in to comment.