Filter löschen
Filter löschen

Check for missing argument or incorrect argument data type in call to function 'ss'.

2 Ansichten (letzte 30 Tage)
Below codes runs fine in Matlab online live script but fails in academic version R2020a.
m = 1;
k = 1;
b = 0.2;
F = 1;
A = [0 1; -k/m -b/m];
B = [0 1/m]';
C = [1 0];
D = [0];
sys=ss(A,B,C,D)

Akzeptierte Antwort

madhan ravi
madhan ravi am 12 Aug. 2020
Either you don’t have the license for it or you don’t have that toolbox.

Weitere Antworten (0)

Kategorien

Mehr zu External Language Interfaces finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by