how to implement matrix elements into a table?
1 view (last 30 days)
Show older comments
0 Comments
Answers (1)
Image Analyst
on 29 Dec 2018
Use the table() function. See the example in the help for table().
4 Comments
Image Analyst
on 30 Dec 2018
Yes! Just upgrade. That's not the only improvement that has been made.
If you choose not to upgrade, then you can't use tables and will have to use matrices or cell arrays.
See Also
Categories
Find more on Cell Arrays in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!