how to implement matrix elements into a table?

답변 (1개)

Image Analyst
Image Analyst 2018년 12월 29일

0 개 추천

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

댓글 수: 4

i get this error:
undefined function 'table' of input arguments of type 'double'
John D'Errico
John D'Errico 2018년 12월 30일
편집: John D'Errico 2018년 12월 30일
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?
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.

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Tables에 대해 자세히 알아보기

태그

질문:

2018년 12월 29일

댓글:

2018년 12월 30일

Community Treasure Hunt

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

Start Hunting!

Translated by