필터 지우기
필터 지우기

Command use to create a series of 10 numbers from 5 to 50 without using increment.

조회 수: 2 (최근 30일)
Command use to create a series of 10 numbers from 5 to 50 without using increment.

답변 (1개)

Chunru
Chunru 2021년 6월 28일
a = linspace(5, 50, 10)
a = 1×10
5 10 15 20 25 30 35 40 45 50

카테고리

Help CenterFile Exchange에서 Time Series Collections에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by