results in Table Form
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello. I am working with a 2*1000 matrix and a for loop. at the end I get my results in 1*1000 matrix forms. let say for example A, B, C and D are my results and each one has 1000 arrays. How can I put them in a table please?
0 Kommentare
Antworten (1)
Image Analyst
am 4 Feb. 2015
Do you mean a table data type? Use table().
Do you mean a grid/spreasheet type of control? Use uitable().
Do you just mean to print it out to a file or command window? Use fprintf().
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!