how to use linspace in simulink ?

16 views (last 30 days)
dinh tai
dinh tai on 6 Nov 2013
Answered: Igor Batoukhtine on 15 Mar 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?

Answers (1)

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

Categories

Find more on Modeling in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!