How to convert results in table format?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Mahmoud
am 16 Mär. 2015
Kommentiert: Mahmoud
am 18 Mär. 2015
for example if I have
B1 = 1, B2 = 2, B3 = 6
; de0 = 20, de1 = 30, de3= 60
distance = {'at 0 m';'at 2 m';'at 4 m'};
Percentage = [B1;B2;B3];
Area_Table = [de0;de1;de2];
how to convert those in a table format?
0 Kommentare
Akzeptierte Antwort
Alka Nair
am 17 Mär. 2015
I understand that you would like to convert the arrays to table. Please refer to the following documentation for ARRAY2TABLE at:
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Data Type Conversion 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!