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

1 view (last 30 days)
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
Luis Flores
Luis Flores on 15 Jun 2020
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.

Sign in to comment.

Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!