Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

the state representation of the dynamic system

1 Ansicht (letzte 30 Tage)
belal hariz belgacem
belal hariz belgacem am 6 Jun. 2019
Geschlossen: Walter Roberson am 6 Jun. 2019
clear all
clc
k=2; k1=0.5; L=0.02;
R=2; J=0.0005; f=0.00008;Cr=20;
A=[-f/J k1/J;(-k-k1)/L -R/L];
B=[0 -1/f;k/L 0];
C=[1 0;0 1];
x=[1;1];
D=[0];
t=0:0.1:7;
[x,y]= lsim(A,B,C,D,);
Error using lsim (line 105)
Wrong number of input arguments.
Error in Untitled (line 11)
[x,y]= lsim(A,B,C,D,t);
  1 Kommentar
Walter Roberson
Walter Roberson am 6 Jun. 2019
Duplicates https://www.mathworks.com/matlabcentral/answers/465894-the-state-representation-of-the-dynamic-system

Antworten (0)

Diese Frage ist geschlossen.

Produkte


Version

R2014b

Community Treasure Hunt

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

Start Hunting!

Translated by