Start matlab from terminal
2 views (last 30 days)
Show older comments
System OS: macOS Monterey
Mackbook Pro (13-inch, M1, 2020); Memory: 16GB;
MATLAB version: R2021b
Whenever I type in terminal
> alias matlab="/Applications/MATLAB_R2021b.app/bin/matlab"
> matlab -nodesktop
it will work (I can run 'clc' and everything works fine), but it will produce the following output
2022-07-23 06:26:01.830 MATLAB_maci64[84022:3201614] CoreText note: Client requested name ".HelveticaNeueDeskInterface-Regular", it will get Times-Roman rather than the intended font. All system UI font access should be through proper APIs such as CTFontCreateUIFontForLanguage() or +[NSFont systemFontOfSize:].
2022-07-23 06:26:01.830 MATLAB_maci64[84022:3201614] CoreText note: Set a breakpoint on CTFontLogSystemFontNameRequest to debug.
2022-07-23 06:26:01.911 MATLAB_maci64[84022:3201614] CoreText note: Client requested name ".HelveticaNeueDeskInterface-Regular", it will get Times-Roman rather than the intended font. All system UI font access should be through proper APIs such as CTFontCreateUIFontForLanguage() or +[NSFont systemFontOfSize:].
2022-07-23 06:26:01.911 MATLAB_maci64[84022:3201614] CoreText note: Client requested name ".HelveticaNeueDeskInterface-Regular", it will get Times-Roman rather than the intended font. All system UI font access should be through proper APIs such as CTFontCreateUIFontForLanguage() or +[NSFont systemFontOfSize:].
which is just annoying. Is there a way to get rid of these outputs?
0 Comments
Answers (0)
See Also
Categories
Find more on Startup and Shutdown 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!