how to use linspace in simulink ?

16 visualizaciones (últimos 30 días)
dinh tai
dinh tai el 6 de Nov. de 2013
Respondida: Igor Batoukhtine el 15 de Mzo. de 2016
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?

Respuestas (1)

Igor Batoukhtine
Igor Batoukhtine el 15 de Mzo. de 2016
It's good. But you have to define u,v,l in your script

Categorías

Más información sobre Modeling 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!

Translated by