Borrar filtros
Borrar filtros

extract 1 row data of 1 table

2 visualizaciones (últimos 30 días)
hang dong
hang dong el 24 de Mayo de 2019
Comentada: hang dong el 24 de Mayo de 2019
I want to extract the data of a row in a table, how to do it
exam: Name address age
hang VN 18
nam vn 40
lan vn 23
I want to retrieve the information of a man named Nam
help me!
  3 comentarios
Ramesh Bala
Ramesh Bala el 24 de Mayo de 2019
exam1(1,1:length(exam))=exam; -for 1st row and do the same for rest
hang dong
hang dong el 24 de Mayo de 2019
1.PNG
I want to find an element in the table
exam: from pos = 11 i can find iwant = 542013

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Structures en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by