Help with Viewing Table Contents

1 次查看(过去 30 天)
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.

请先登录,再进行评论。

采纳的回答

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