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