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)
Mostrar comentarios más antiguos
function[y,f] = fcn(u) %#codegen syms x; f= sin(u*x)/sin(x) ;
y = limit(f, inf);
0 comentarios
Respuestas (0)
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!