필터 지우기
필터 지우기

I need a help when importing data by using uiimport!

조회 수: 3 (최근 30일)
Le Huy
Le Huy 2014년 4월 18일
편집: Asaduzzaman Md 2017년 6월 30일
I imported data from file.txt (the file.txt contain number as matrix) by using uiimport, but after importing data, i dont know how to call the number from the data. my code is:
A=uiimport('-file')
%then i chose the file in the Import Wizard
A =
NewTextDocument: [3x2 double]
I mean: how to show and use that matrix?

채택된 답변

Mischa Kim
Mischa Kim 2014년 4월 18일
편집: Mischa Kim 2014년 4월 18일
Le Huy, the data is accessible through
A.NewTextDocument
or, if you want to access individual elements, e.g.,
A.NewTextDocument(2,1) % get element in row 2, column 1
  댓글 수: 2
Le Huy
Le Huy 2014년 4월 19일
편집: Le Huy 2014년 4월 19일
OK I got it! thank you so much Mischa Kim! one more problem: how can I add data to each cell of my uitable individually! i mean: after each calculation in my project (in my case: the calculation is in the code For i= : ), i want to add each result to the cell that i plan to, and the result may be a number or a string. How is the code i can use? I 'm beginner so I hope your welcome!thank you!
Asaduzzaman Md
Asaduzzaman Md 2017년 6월 30일
편집: Asaduzzaman Md 2017년 6월 30일
Dear Mischa Kim
how can we retrive data when file name variable such as for first case:
A.NewTextDocument may be second case different A.DATA1
I cannot solve this? Can you help this points, please.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Signal Integrity Kits for Industry Standards에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by