extract 1 row data of 1 table

1 次查看(过去 30 天)
hang dong
hang dong 2019-5-24
评论: hang dong 2019-5-24
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 个评论
Ramesh Bala
Ramesh Bala 2019-5-24
exam1(1,1:length(exam))=exam; -for 1st row and do the same for rest
hang dong
hang dong 2019-5-24
1.PNG
I want to find an element in the table
exam: from pos = 11 i can find iwant = 542013

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Structures 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by