필터 지우기
필터 지우기

extract 1 row data of 1 table

조회 수: 2 (최근 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