Info
This question is closed. Reopen it to edit or answer.
I make this code to make a simulink for limit ,and i get error when i make run model , can you tell me the error
1 view (last 30 days)
Show older comments
function[y,f] = fcn(u) %#codegen syms x; f= sin(u*x)/sin(x) ;
y = limit(f, inf);
0 Comments
Answers (0)
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!