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

1 visualización (últimos 30 días)
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 comentarios
Luis Flores
Luis Flores el 15 de Jun. de 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.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by