b*****l 发帖数: 9499 | 1 用 -nodesktop -nosplash -nodisplay 起来 matlab,执行这个命令:
h = figure, plot(0:0.01:10, sin(0:0.01:10));
saveas(h, 'test.fig', 'fig');
saveas(h, 'test.jpg', 'jpg');
死在第二句执行完,第三句不知道是否执行的地方。
用 R2009b 的同学来验证一下?多谢多谢。 | b*****l 发帖数: 9499 | 2 确认是 jpg 搞死的。
另外,下午试的时候,jpg 没问题。。。
【在 b*****l 的大作中提到】 : 用 -nodesktop -nosplash -nodisplay 起来 matlab,执行这个命令: : h = figure, plot(0:0.01:10, sin(0:0.01:10)); : saveas(h, 'test.fig', 'fig'); : saveas(h, 'test.jpg', 'jpg'); : 死在第二句执行完,第三句不知道是否执行的地方。 : 用 R2009b 的同学来验证一下?多谢多谢。
| l******a 发帖数: 3803 | 3
read this:
http://www.mitbbs.com/article_t/Linux/31224317.html
the problem is figure is not existent when saveas kicks in.
【在 b*****l 的大作中提到】 : 确认是 jpg 搞死的。 : 另外,下午试的时候,jpg 没问题。。。
| b*****l 发帖数: 9499 | 4 但是在 GUI 下,没有这个问题。
【在 l******a 的大作中提到】 : : read this: : http://www.mitbbs.com/article_t/Linux/31224317.html : the problem is figure is not existent when saveas kicks in.
| b*****l 发帖数: 9499 | 5 这样死的:
$ matlab -nodesktop -nosplash -nodisplay
Warning: No window system found. Java option 'MWT' ignored
< M A T L A B (R) >
Copyright 1984-2009 The MathWorks, Inc.
Version 7.9.0.529 (R2009b) 64-bit (glnxa64)
August 12, 2009
To get started, type one of these: helpwin, helpdesk, or demo.
For product information, visit www.mathwor
【在 l******a 的大作中提到】 : : read this: : http://www.mitbbs.com/article_t/Linux/31224317.html : the problem is figure is not existent when saveas kicks in.
|
|