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

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 日

0 投票

v=[1 2 3]
out=v(3)
You have to read the basis of Matlab

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeApp Building についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by