how to use linspace in simulink ?

21 次查看(过去 30 天)
dinh tai
dinh tai 2013-11-6
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?

回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Modeling 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by