how to use linspace in simulink ?
14 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos

how to creat in Fcn to y=linspace(u,v,l)? im trying wrote in block Fcn
function y = fcn(u,v,l)
y=linspace(u,v,l)
it's wrong?
0 comentarios
Respuestas (1)
Igor Batoukhtine
el 15 de Mzo. de 2016
It's good. But you have to define u,v,l in your script
0 comentarios
Ver también
Categorías
Más información sobre Sources en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!