由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - 求助:stand-alone application 无法运行
相关主题
[转载] Matlab编译Stand-alone application问题建立方程
Analytic solution for an ODE请教matlab安装
matlab question: signum and absParallel computing in Matlab
How to adjust Adjust the Matlab path今天发现Matlab R2006版在laptop和desktop上结果不同
[转载] 问个matlab的问题MATLAB 问题请教
请教一个MATLAB中 CURVE-FITTING 的问题问个不该问的,matlab盗版用起来有问题吗?
一个matlab里面计算曲线斜率的问题包子求matlab script ramachandran.m (转载)
[合集] 问个matlab的问题 (转载)请教如何将libSBML绑定到Matlab或者其他编译工具上,谢谢! (转 (转载)
相关话题的讨论汇总
话题: set话题: param话题: matlab话题: alone话题: stand
进入Computation版参与讨论
1 (共1页)
l****k
发帖数: 16
1
写了几个小程序,然后用 mcc -m 编译成 exe文件。到没有安装matlab的机器运行,出
错: ‘mclmcrrt70.dll not installed...’
在matlab 里面找到MCRinstaller, 安装完后出来新的错误 about‘set_para...’
请问怎么解决这个错误啊?
谢谢
g****y
发帖数: 199
2
could be many reasons. you may need to check the online documentation on Mat
hworks' website.For each error message, they have a specific article about
it.

【在 l****k 的大作中提到】
: 写了几个小程序,然后用 mcc -m 编译成 exe文件。到没有安装matlab的机器运行,出
: 错: ‘mclmcrrt70.dll not installed...’
: 在matlab 里面找到MCRinstaller, 安装完后出来新的错误 about‘set_para...’
: 请问怎么解决这个错误啊?
: 谢谢

l****k
发帖数: 16
3
Thank you a lot!!!
I found the solution with the 'set_param' error in the matlab website.
it is said this is a bug in matlab. the solution is very easy.
you just go to find the matlabrc.m under folder ...toolbox/compiler/deploy..
.
'Comment out the following lines (numbers 81 and 82) that have a call to SET
_PARAM.
%set_param(0,'PaperType',defaultpaper);
%set_param(0,'PaperUnits',defaultunits);
Then, mcc again to generate a new .exe.
Try it again ---- Bingo!
1 (共1页)
进入Computation版参与讨论
相关主题
请教如何将libSBML绑定到Matlab或者其他编译工具上,谢谢! (转 (转载)[转载] 问个matlab的问题
请教一下Matlab下的那个Parallel Computing请教一个MATLAB中 CURVE-FITTING 的问题
【MATLAB 2010中符号变量设置为何总是出错】一个matlab里面计算曲线斜率的问题
如何让一个嵌套循环程序并行处理?[合集] 问个matlab的问题 (转载)
[转载] Matlab编译Stand-alone application问题建立方程
Analytic solution for an ODE请教matlab安装
matlab question: signum and absParallel computing in Matlab
How to adjust Adjust the Matlab path今天发现Matlab R2006版在laptop和desktop上结果不同
相关话题的讨论汇总
话题: set话题: param话题: matlab话题: alone话题: stand