필터 지우기
필터 지우기

how to get last column value of a particular variable in matfile

조회 수: 2 (최근 30일)
I have a mat file with 4 variables, each variable contains 1 row and 3 column values.... i wanted to get only the last column value of third variable in a variable... how to get it....please do reply....

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2012년 12월 10일
편집: Azzi Abdelmalek 2012년 12월 10일
v=[1 2 3]
out=v(3)
You have to read the basis of Matlab

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Workspace Variables and MAT-Files에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by