Help with Viewing Table Contents

조회 수: 1 (최근 30일)
Tiana Johnson
Tiana Johnson 2020년 6월 17일
댓글: David Hill 2020년 6월 17일
I downloaded a table but I'm unable to view it's contents. I've tried just about everything but all I'm coming up with is information about the table itself.
>> disp(FloObsWindTable)
FloObsWindTable
>> readtable('FloObsWindTable')
  댓글 수: 2
Geoff Hayes
Geoff Hayes 2020년 6월 17일
Tiana - please show us the code that you have tried to view the table.
Tiana Johnson
Tiana Johnson 2020년 6월 17일
It's been updated.

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

채택된 답변

David Hill
David Hill 2020년 6월 17일
편집: David Hill 2020년 6월 17일
It is a .m file. All you have to do is:
load('FloObsWindTable');
It will be in your work space. Double click on it and navigate through the fields to see the cell arrays.
  댓글 수: 2
Tiana Johnson
Tiana Johnson 2020년 6월 17일
When I do that, this is what I see.
David Hill
David Hill 2020년 6월 17일
Double click on each of the 61x1 cells or type:
FloObsWindTable.Location_Name
FloObsWindTable.Longitude
FloObsWindTable.Latitude
%type similar for the other table fields

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Tables에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by