how to make table in MATLAB R2013a

조회 수: 3 (최근 30일)
imola
imola 2014년 8월 10일
댓글: Image Analyst 2015년 2월 17일
Dear all,
I still need to knew how to create table from my results,
A=[a,b,d,g,h];
T=table(A,g,h)
I got problem with the (table) it gave error it is undefined,
regards
  댓글 수: 1
Image Analyst
Image Analyst 2015년 2월 17일
Not sure what your edit was. Hopefully you're on R2014b by now and, if so, you will have tables. Let us know of any troubles.

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

답변 (1개)

Image Analyst
Image Analyst 2014년 8월 10일
Was the table variable even invented in R2013a? I thought it came in R2013b. What does it say if you do
>> which table
immediately after you start MATLAB?

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by