Hi!
I've started getting errors when attempting to call some new class functions which I've written.
num1=[10]; den1=[1,5,100];
num2=[1,12]; den2=[8,25];
[num,den]=series(num1,den1,num2,den2);
The error message I get is the following:
Check for missing argument or incorrect argument data type in call to function 'series'.
3 Comments
Direct link to this comment
https://uk.mathworks.com/matlabcentral/answers/548319-what-does-the-following-error-message-actually-mean-check-for-missing-argument-or-incorrect-argumen#comment_898209
Direct link to this comment
https://uk.mathworks.com/matlabcentral/answers/548319-what-does-the-following-error-message-actually-mean-check-for-missing-argument-or-incorrect-argumen#comment_898209
Direct link to this comment
https://uk.mathworks.com/matlabcentral/answers/548319-what-does-the-following-error-message-actually-mean-check-for-missing-argument-or-incorrect-argumen#comment_899034
Direct link to this comment
https://uk.mathworks.com/matlabcentral/answers/548319-what-does-the-following-error-message-actually-mean-check-for-missing-argument-or-incorrect-argumen#comment_899034
Direct link to this comment
https://uk.mathworks.com/matlabcentral/answers/548319-what-does-the-following-error-message-actually-mean-check-for-missing-argument-or-incorrect-argumen#comment_899144
Direct link to this comment
https://uk.mathworks.com/matlabcentral/answers/548319-what-does-the-following-error-message-actually-mean-check-for-missing-argument-or-incorrect-argumen#comment_899144
Sign in to comment.