why does my workspace variable viewer not display my 2d array as table anymore in R2016b on a mac?
Show older comments
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?
Answers (3)
Walter Roberson
on 30 Jan 2017
0 votes
Image Analyst
on 30 Jan 2017
0 votes
To find out which, if any, of your m-files overload the built-in MATLAB functions, see the attached program.
Neel Savani
on 30 Jan 2017
Categories
Find more on Help and Support in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!