how to use linspace in simulink ?

조회 수: 21 (최근 30일)
dinh tai
dinh tai 2013년 11월 6일
답변: Igor Batoukhtine 2016년 3월 15일
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