saveasの特定のファイル形式でのエラーについて
Show older comments
以下のコードを実行すると以下のエラーが出ます。
png,jpg,pdfで同様のエラーが出ますが、eps,fig形式では問題なく生成されます。
色々と調べてみましたがこうした状況のエラーの事例は見つけられませんでした。
x = [2 4 7 2 4 5 2 5 1 4];
bar(x);
saveas(gcf,'Barchar','pdf')
エラー: matlab.graphics.internal.name (行 101)
出力ファイル '.\Barchar.pdf' を作成できません。
エラー: print (行 71)
pj = matlab.graphics.internal.name( pj );
エラー: saveas (行 181)
print( h, name, ['-d' dev{i}] )
エラー: figuretest (行 3)
saveas(gcf,'Barchar','pdf')
Accepted Answer
More Answers (0)
Categories
Find more on 印刷と保存 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!