How to Create a Table in MATLAB R2013a

3 views (last 30 days)
Pratyya Ghosh
Pratyya Ghosh on 27 Sep 2019
Commented: Rik on 27 Sep 2019
Sorry for asking this again, despite finding few suggesstions and options in the internet. I kind of wasted last 5 hours and found nothing fruitful. There's no such way I'm finding to create a table in MATLAB (R2013a). Can anyone guide me to a path that gives fruitful result? Thanks in advance.

Answers (1)

Rik
Rik on 27 Sep 2019
Do you mean the table data type or data printed to a file/command window formatted to look like a table?
In case you mean the table data type: it was introduced in R2013b, so there is no real way to create a table in R2013a.
  2 Comments
Pratyya Ghosh
Pratyya Ghosh on 27 Sep 2019
Well I meant either a table or a representation of Table. Se basically I want something like a grid. For Example, A grid that will contain in header and here . A Grid with proper boundaries. For more easy example a table like a MS Word Document.
Is it actually possible? If not, then any other alternative?
Rik
Rik on 27 Sep 2019
Data storage and data visualization are separated in Matlab. Since a matrix is essentially already a table, that is probably the easiest way to store and access your data. A cell or a struct may also be reasonable choices depending on the end goal.
For the visualization I don't know what your goal is. Just looking at the data, or also editing? Maybe uitable does what you need.

Sign in to comment.

Tags

Products


Release

R2013a

Community Treasure Hunt

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

Start Hunting!