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 years 前 | 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 years 前 | 0 个回答 | 0