generate points between the two point of with a constant increment?

조회 수: 1 (최근 30일)
Josh Hwa
Josh Hwa 2019년 4월 11일
댓글: John D'Errico 2019년 4월 15일
Can it be done by using looping??
  댓글 수: 1
John D'Errico
John D'Errico 2019년 4월 15일
Of course it CAN be done using a loop. But why, unless this is your homework assignment, would you want to do so with a loop? And if it is your homework assignment, then why should we do your homework for you?

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

답변 (1개)

jahanzaib ahmad
jahanzaib ahmad 2019년 4월 11일
x=linspace(0,1,5);
plot(x,x,'.').

카테고리

Help CenterFile Exchange에서 Data Exploration에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by