由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Linux版 - matlab text-mode figure 是这么死的
相关主题
Matlab commandline桌面系统你们觉得怎么样还能更方便?
怎么样远程打开一个有GUI的程序?--Linux/crossplatform GUI programming environments in C/C++(wxWindows, Qt)
MATLAB 2009 on RHEL5Mono Wins Product of the Year Award
Gnuplot问题D 好像是一个很现实的 C/C++ 替代品
/root里都有些啥?想装 xfce4.6 居然 Xubuntu 有些 pkg 名字不一样
请教一个linux下面matlab的问题ubuntu 8.10对video memory要求很高吗?
在家里,连上公司VPN则没法访问公网.,给指点一下,谢谢Create LiveUSBs from Windows using a GUI
新手玩不转了,求指教!看你们讨论KDE,我也想试试。
相关话题的讨论汇总
话题: saveas话题: matlab话题: figure话题: r2009b话题: nodisplay
进入Linux版参与讨论
1 (共1页)
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.

1 (共1页)
进入Linux版参与讨论
相关主题
看你们讨论KDE,我也想试试。/root里都有些啥?
linux下面请教一个linux下面matlab的问题
linux kernal "map"在家里,连上公司VPN则没法访问公网.,给指点一下,谢谢
有没有vim给程序员的入门教程?主要用c.新手玩不转了,求指教!
Matlab commandline桌面系统你们觉得怎么样还能更方便?
怎么样远程打开一个有GUI的程序?--Linux/crossplatform GUI programming environments in C/C++(wxWindows, Qt)
MATLAB 2009 on RHEL5Mono Wins Product of the Year Award
Gnuplot问题D 好像是一个很现实的 C/C++ 替代品
相关话题的讨论汇总
话题: saveas话题: matlab话题: figure话题: r2009b话题: nodisplay