why does my workspace variable viewer not display my 2d array as table anymore in R2016b on a mac?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
If I run a simple:
a = rand(4,10)
and then open it in the workspace variable viewer. Before I could see the variable data as a 2D table array. now it displays as a character - the same as in the cmd window. This prevents me from making manual changes to individual cells like before?

How can I change this back to the older version of MATLAB?
0 Kommentare
Antworten (3)
Image Analyst
am 30 Jan. 2017
To find out which, if any, of your m-files overload the built-in MATLAB functions, see the attached program.
0 Kommentare
Siehe auch
Kategorien
Mehr zu File Operations 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!