How to split a range of numbers with uniform intervals between the values

조회 수: 11 (최근 30일)
Paris M.
Paris M. 2021년 3월 17일
답변: KSSV 2021년 3월 17일
Hello.
I would like to know the code associated with splitting a range of numbers with uniform intervals between the values. For instance, my range is 0.1s - 1.5s. I need to consider 10 values of time witin this range while considering uniform intervals between these 10 values.
Thank you very much!

채택된 답변

KSSV
KSSV 2021년 3월 17일
t = linspace(0.1,1.5,10)
t = 1×10
0.1000 0.2556 0.4111 0.5667 0.7222 0.8778 1.0333 1.1889 1.3444 1.5000

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by