Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

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

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by