how to use linspace in simulink ?

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 Simulink in Help Center and File Exchange

Asked:

on 6 Nov 2013

Answered:

on 15 Mar 2016

Community Treasure Hunt

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

Start Hunting!