Figure 'file->save as' menu broken in MatLab 2017a on Mac OS X 10.10.5

2 ビュー (過去 30 日間)
Trepur
Trepur 2017 年 3 月 21 日
編集済み: Kunal Kabi 2017 年 3 月 23 日
MatLab 2017a installed on a MacBookPro (Retina, 15-inch, Late 2013) running Mac OS X 10.10.5.
I create a figure by:
>> n=100;
>> zz = linspace(0,2*pi,n);
>> figure
>> plot(zz,sin(zz)).
I enter the 'file' menu of the figure, select 'save as', and nothing happens.
The command line command
>> print(gcf, 'TestPlot', '-depsc')
works correctly.

回答 (1 件)

Kunal  Kabi
Kunal Kabi 2017 年 3 月 23 日
編集済み: Kunal Kabi 2017 年 3 月 23 日
I think you just try to save in script file the run it again then may it work. Because i use windows os not mac os so can't say about mac. But you should try.

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by