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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0