plotting data points at unevenly spaced intervals

조회 수: 2 (최근 30일)
richard
richard 2013년 9월 19일
I am wanting to plot data so that the independent variable is multiplied by a factor of 0.025 starting with the independent variable s=0
so for example, I want my independent variable (which will be input into a function and plotted) to be like this s_1=0*.025 s_2=1*0.025 s_3=2*.025 ...
How do I tell matlab to do this?

답변 (1개)

Jan
Jan 2013년 9월 19일
편집: Jan 2013년 9월 19일
s = 0:0.025:10
These are the fundamental basics of Matlab. Reading the Getting Started chapters of the documentation is recommended to learn them.

카테고리

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

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by