how to implement matrix elements into a table?

Antworten (1)

Image Analyst
Image Analyst am 29 Dez. 2018

0 Stimmen

Use the table() function. See the example in the help for table().

4 Kommentare

i get this error:
undefined function 'table' of input arguments of type 'double'
John D'Errico
John D'Errico am 30 Dez. 2018
Bearbeitet: John D'Errico am 30 Dez. 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.
yup!!...mine is 2012a :( :(...is there any other way?
Image Analyst
Image Analyst am 30 Dez. 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.

Melden Sie sich an, um zu kommentieren.

Kategorien

Tags

Gefragt:

am 29 Dez. 2018

Kommentiert:

am 30 Dez. 2018

Community Treasure Hunt

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

Start Hunting!

Translated by