Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

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 visualización (últimos 30 días)
function[y,f] = fcn(u) %#codegen syms x; f= sin(u*x)/sin(x) ;
y = limit(f, inf);

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by