saveasの特定のファイル形式でのエラーについて
Afficher commentaires plus anciens
以下のコードを実行すると以下のエラーが出ます。
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')
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur 印刷と保存 dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!