Create data set according to a plot ?

조회 수: 2 (최근 30일)
Anupa Koswatta
Anupa Koswatta 2019년 6월 10일
댓글: Anupa Koswatta 2019년 6월 10일
How can I create this input data set in matlab? (according to the figure).
Because I want to input this data set into simulink to do a simulation.
This chart the increasement and decreasement could be any value.
Please help me with this problem.
Thank you.

채택된 답변

KSSV
KSSV 2019년 6월 10일
t = [0 10 15 30 40 50 60] ;
vel = [20 20 30 30 10 5 5] ;
plot(t,vel)
ylim([0 35])
  댓글 수: 1
Anupa Koswatta
Anupa Koswatta 2019년 6월 10일
Thank you very much for the answer.
There is another additional thing I want to do.
Within 20 to 30 I want to make the increasement with many ups and down values.(for 100 data values).
Instead of writing those 100 data values manually, Please tell me a way to do that.
Thanks.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by