how to use linspace in simulink ?
8 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens

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 commentaires
Réponses (1)
Igor Batoukhtine
le 15 Mar 2016
It's good. But you have to define u,v,l in your script
0 commentaires
Voir également
Catégories
En savoir plus sur Sources 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!