Feeds
提问
how can I build S-function for the following Simulink code "Dc Motor"
a proper link to learn how to build a S-function will be really helpfull
11 years 前 | 0 个回答 | 0
0
个回答提问
This code plot nothing and i don't understand why ?!
i=1; j=1; x=y1(:,2); u=y1(:,4); figure while (i<= size(x)& j<=size(u)) ...
11 years 前 | 2 个回答 | 1
2
个回答提问
I get this error: Attempted to access l(0); index must be a positive integer or logical.
if true % code end function [] = pend() clc p = setpar(); tend= 5; [t1 y1]= ode23(@plenght,[0 tend],[p.n0 p.l0 p...
11 years 前 | 1 个回答 | 0