필터 지우기
필터 지우기

Matlab Onramp: Section 5.1 Further Practice

조회 수: 1 (최근 30일)
AG
AG 2020년 6월 5일
댓글: NITIN BHAGWAT NIGHUTE 2020년 7월 25일

답변 (1개)

Vishal Gaur
Vishal Gaur 2020년 6월 8일
편집: Vishal Gaur 2020년 6월 8일
I am assuming that you need some clarification on Matrix Indexing with one subscript. So, in this case, what MATLAB actually does that it forms a column vector by adding all the elements of the matrix column-wise. For Example, Let's say a matrix A with dimensions 4X3. So, if you are accessing A(6), then it will result as A(2,2).
For more information, you can see the Linear Indexing Section of Matrix Indexing in MATLAB here.

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by