No access to cell contents
Show older comments
Hi,
Version Matlab 2017a - I suddenly do not have access in the Variables tab, to cells contents when I double click on it. All it shows me is the size of the cell as plain text, with no link or access to the cell itself. When I double-click it, it shows:
val =
{1×15 cell} {1×15 cell}
Contents of matrices is shown as before, it's only cell arrays that are not displayed in the Variables tab. I will appreciate your help a lot!
Shlomit
6 Comments
Walter Roberson
on 7 May 2017
Question: do you happen to be using Mac? There have been some reports about the variables tab acting up on OS-X.
Shlomit Beker
on 8 May 2017
Wilson A N
on 9 May 2017
As I understand for cell arrays containing elements with large size it does show only the size. We need to double-click on it again to access the individual cell elements.
I was not able to reproduce the issue. Can you share the exact code which led to this error?
Shlomit Beker
on 9 May 2017
Edited: Walter Roberson
on 9 May 2017
Walter Roberson
on 9 May 2017
I am not able to replicate this issue on R2017a on Sierra. I have seen enough reports to be sure it is happening to some people, but it does not happen in my configuration.
As pure speculation, could I ask you to show the output of
getenv('LANG')
!printenv LANG; printenv LC_MESSAGES
Shlomit Beker
on 9 May 2017
Edited: Shlomit Beker
on 9 May 2017
Accepted Answer
More Answers (0)
Categories
Find more on Entering Commands in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!