Azzera filtri
Azzera filtri

extract 1 row data of 1 table

2 visualizzazioni (ultimi 30 giorni)
hang dong
hang dong il 24 Mag 2019
Commentato: hang dong il 24 Mag 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 Commenti
Ramesh Bala
Ramesh Bala il 24 Mag 2019
exam1(1,1:length(exam))=exam; -for 1st row and do the same for rest
hang dong
hang dong il 24 Mag 2019
1.PNG
I want to find an element in the table
exam: from pos = 11 i can find iwant = 542013

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Structures in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by