how to use linspace in simulink ?
Show older comments

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
on 15 Mar 2016
0 votes
It's good. But you have to define u,v,l in your script
Categories
Find more on Sources 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!