how to implement matrix elements into a table?
Mostrar comentarios más antiguos
Respuestas (1)
Image Analyst
el 29 de Dic. de 2018
0 votos
Use the table() function. See the example in the help for table().
4 comentarios
Fatma Abdullah
el 30 de Dic. de 2018
John D'Errico
el 30 de Dic. de 2018
Editada: John D'Errico
el 30 de Dic. de 2018
What version of MATLAB do you have? Tables were introduced in what seems to be R2013b. Which for some reason, seems like a LONG time ago. ;-) But the most likely reason you cannot use table is your release is too old.
Fatma Abdullah
el 30 de Dic. de 2018
Image Analyst
el 30 de Dic. de 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.
Categorías
Más información sobre Tables en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!