w1jg 发表于 2007-6-11 21:28

matlab用编译器的图像显示问题

用matlab 6.5 的编译器想生成一个独立于matlab运行的程序
一般来说直接通过mcc指令可以实现
但是如果文件中有诸如 plot 等等的画图语句,编译时会提示

“References to "plot" require the C/C++ Graphics Library when executing in stand-alone mode. You must specify -B sgl or -B sglcpp in order to use the C/C++ Graphics Library. Also, if using the -W option, you must specify either the mainhg or libhg wrapper type. A run-time error will occur if the C/C++ Graphics Library is not present when "plot" is called.”

请问如何解决?:@)

[ 本帖最后由 eight 于 2007-6-11 21:48 编辑 ]

w1jg 发表于 2007-6-11 21:38

用matlab生成一个独立于matlab的 可执行的windows窗口程序 可不可能实现呢?
比如生成一个软件的图形界面。我在matlab里面完成了这个带图形界面的软件,但是前提是运行的机器得装matlab...

如果不行的话,我就只能考虑完全用C++了
页: [1]
查看完整版本: matlab用编译器的图像显示问题