Property inspector can not be used any more on mac
3 views (last 30 days)
Show older comments
I cannot use the property inspector in figure any more after the macos update.
9 Comments
Brian Scannell
on 4 Jan 2020
I have the same problem - iMac with macOS Catalina 10.15.2 and Matlab R2019b Update 3. Very frustrating!
Answers (6)
Sourav Ghai
on 21 Oct 2019
You can try the following commands:
>> s = settings
>> s.matlab.web.LightweightBrowserDefaultType.PersonalValue = 'cef';
This is a workaround which can solve your problem.
8 Comments
RUI WANG
on 24 Oct 2019
Who has any better idea because I found the same probem (Mac OS 10.15+ Matlab 2019a/b)?
0 Comments
Petr Stepanov
on 3 Nov 2019
Hey guys,
Same problem here. MacOs Catalina, updated from 2019a to 2019b and still no property inspector....
Any solutions so far?
Thanks!
4 Comments
Zachary Siegel
on 9 Dec 2019
This did not work for me. There is no "Energy Saving Modes" option on MacOS Catalina...
abdelbaset ait ben ahmed
on 22 Nov 2020
>> s = settings
>> s.matlab.web.LightweightBrowserDefaultType.PersonalValue = 'cef';
Try this commands, then, try to close and reopen Matlab. it's work perfectly for me:
macOS Big Sur, v 11.0.1
Matlab 2019b
0 Comments
See Also
Categories
Find more on Environment and Settings 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!