Borrar filtros
Borrar filtros

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

2 visualizaciones (últimos 30 días)
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....

Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 10 de Dic. de 2012
Editada: Azzi Abdelmalek el 10 de Dic. de 2012
v=[1 2 3]
out=v(3)
You have to read the basis of Matlab

Más respuestas (0)

Categorías

Más información sobre Workspace Variables and MAT-Files en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by