how to make table in MATLAB R2013a
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentar
Image Analyst
am 17 Feb. 2015
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.
Antworten (1)
Image Analyst
am 10 Aug. 2014
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 Kommentare
Siehe auch
Kategorien
Mehr zu Logical finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!