matrix arithmetic numbers short way

조회 수: 1 (최근 30일)
Grkn12
Grkn12 2021년 1월 1일
댓글: Grkn12 2021년 1월 1일
Hi,
is there any short way to define a matrix that contains arithmetic number , for instance A = [ 1 2 3 4 5 6 ..... 30 ] can I write this matrix in a different and short form instead of writing all these numbers ?

답변 (1개)

Ameer Hamza
Ameer Hamza 2021년 1월 1일
Yes, quite easily.
A = 1:30;

카테고리

Help CenterFile Exchange에서 Operators and Elementary Operations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by