Feeds
질문
how to use matlab function in simulink when there are while loops in function?
For example: function y = fcn(u) if u>-1 y = 2; elseif u<=-1 y=4; end end the input of function is a ramp block of the sim...
10년 초과 전 | 답변 수: 0 | 0
0
답변질문
how to use matlab function in simulink when there are while loops in function?
For example: function y = fcn(u) if u>-1 y = 2; elseif u<=-1 y=4; end end the input of function is a ramp bl...
10년 초과 전 | 답변 수: 0 | 0