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)
function[y,f] = fcn(u) %#codegen syms x; f= sin(u*x)/sin(x) ;
y = limit(f, inf);

Answers (0)

This question is closed.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!