Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Mupad on Mac; exporting graphics to disk

7 ビュー (過去 30 日間)
Wilhelm
Wilhelm 2011 年 2 月 15 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
In Mupad 4 (the old standalone version of Mupad) the following statement exports a graphic to the desktop of my Mac:
myimages:="/Users/administrator/Desktop/": plot(plot::Function2d(x^2,x=-1..1),OutputFile=myimages."image_1.jpg");
The same statement when called from Mupad 5.5 (Matlab 2010b) gives an error:
Error: cannot launch mupad process [vcam::new]
Any suggestions? Regards Wilhelm

回答 (1 件)

Martin Knelleken
Martin Knelleken 2011 年 2 月 16 日
Hi Wilhelm,
I checked
myimages:="/tmp/": plot(plot::Function2d(x^2,x=-1..1),OutputFile=myimages."image_1.jpg");
on my Mac in MATLAB 2010b and it works as expected.
However, if I choose a directory where I don't have write permissions or which doesn't exist I get the same error message as you. E.g. myimages:="/Users/NameOfAnotherUser/":
Aside from the fact that the error message is confusing and unhelpful in this case it seems that you don't have write access to /Users/administrator/Desktop/.
Regards
- Martin

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by