What does the following error message actually mean: Check for missing argument or incorrect argument data type in call to function 'series'.

1 次查看(过去 30 天)
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 个评论
Luis Flores
Luis Flores 2020-6-15
Thanks for the answer, exactly the license cannot be because is an academic, I tried with
which -all series
and get this:
C:\Program Files\MATLAB\R2019a\toolbox\symbolic\symbolic\@sym\series.m % sym method
Please help me to solve this problem.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by