how to use linspace in simulink ?

21 vues (au cours des 30 derniers jours)
dinh tai
dinh tai le 6 Nov 2013
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?

Réponses (1)

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

Catégories

En savoir plus sur Modeling dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by