3 Way Table In Matlab
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi, I wish to create a 3-way table that looks like this picture with different variables. 

I can calculate all my answers but need the data in this format.
Cheers, Lewis.
0 Kommentare
Antworten (1)
Image Analyst
am 16 Feb. 2020
With fprintf() you can make the table look as much like that as ASCII characters possibly can. For example
fprintf('| | Breathless | |\n');
Adjust spaces, bars, and words to get what you want.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Tables 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!