how to solve anonymous function in Simulink
조회 수: 8(최근 30일)
표시 이전 댓글
Hi everyone, I am now struggling with applying the anonymous function in Simulink which is not supported however. I have to call 'fzero' and 'quad2d' to do parameters estimation that gonna use '@' to define the control variable, like 'quad2d(@(r,s)weight(r,s,x),-100,0,@(r)r,100)','voltage = fzero(@(v) sq(v,u,Displace,i,x),[0 200] );' here 'weight' and 'sq' are self-defined function. Do you have the same situation like this, how do you solve it? Thanks a lot.
댓글 수: 0
채택된 답변
추가 답변(0개)
참고 항목
범주
Find more on Function Creation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!