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