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

1 vue (au cours des 30 derniers jours)
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 commentaires
Luis Flores
Luis Flores le 15 Juin 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.
Walter Roberson
Walter Roberson le 15 Juin 2020
You do not have the Control System Toolbox installed.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by