how to make table in MATLAB R2013a
1 回表示 (過去 30 日間)
古いコメントを表示
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
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
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?
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Logical についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!