2016b variables not displayed as spreadsheet
2 次查看(过去 30 天)
显示 更早的评论
Hi,
I have recently upgraded to MatLab 2016b and now when I open a variable it opens as a text style view rather than a spreadsheet that I can edit (See screenshot)? I would be grateful to know how to change this back to spreadsheet view.
Thanks
4 个评论
Neel Savani
2017-1-10
am using macOS Sierra with R2016b. I tried openvar('A'). I also continue to get text style viewer... very annoying. I might also downgrade to 2015b, if i don't find a solution soon.
Walter Roberson
2017-1-10
I just tested in Sierra with R2016b and I do not observe this.
Time to get more obscure:
If you are using Sierra, did you either install the R2016b patch for Sierra or else download after the patch started being built-in (about a month after Sierra was released) ?
Regardless of whether you are using El Capitan or Sierra, what shows up for
getenv('LANG')
?
回答(1 个)
Sangeetha Jayaprakash
2016-12-14
Try running these commands on the MATLAB Command Window, and then restart MATLAB:
>> restoredefaultpath
>> savepath
Also, are you remote logging into the MAC machine?
2 个评论
Neel Savani
2017-1-10
why would setting the path to my code back to factory settings help with a variable viewer?
Steven Lord
2017-1-10
Resetting the path to the default will eliminate any functions you (or a function you ran) has added to the path that may be shadowing a MathWorks-written function used by the variable viewer.
If trying that doesn't resolve the problem, please contact Technical Support (using the Contact Us link in the upper-right corner of this page) and work with them to determine the cause of this behavior.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Spreadsheets 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!