由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 请教matlab转C++
相关主题
混编的英文怎么说?请教大牛们matlab 里调用c++
Help - C++ Debug Assertion Failed关于sortrowsc函数无法使用的问题(Matlab 1.6版)
Matlab/Mex中用多线程请教 MATLAB 和 c/fortran 实现的可能性
Open Source — the Last Patent Defense?[Matlab]内存释放
You Don’t Know JS: this & Object PrototypesMatlab进行SDE离散化
Aerospace Software Engineer at The MathWorksGood tutorial for writing MEX file for MATLAB?
help on interface for Matlab and Fortran问大侠Matlab编译成C的问题
Debugging MEX file in Visual StudioMatlab里用多维数组会不会影响速度?
相关话题的讨论汇总
话题: mex话题: mathworks话题: c++话题: mcc话题: matlab
进入Programming版参与讨论
1 (共1页)
G****A
发帖数: 4160
1
应该是用mcc命令把.m文件编成.cpp文件。我用的是mcc -p xxx.m
结果为以下提示:[28] matlab.exe:_WinMa
inCRTStartup(0x03a1df4c, 24, 0x7ffd7000, 0x8054c038) + 308 bytes
[29] kernel32.dll:0x7c816d4f(0x0047172c, 0, 0, 0)
This error was detected while a MEX-file was running. If the MEX-file
is not an official MathWorks function, please examine its source code
for errors. Please consult the External Interfaces Guide for information
on debugging MEX-files.
If it is an official MathWorks function, please
follow these steps in rep
t****t
发帖数: 6806
2
你matlab正版盗版,正版要查license
盗版也查,不过是假的就是了,反正要设置的

【在 G****A 的大作中提到】
: 应该是用mcc命令把.m文件编成.cpp文件。我用的是mcc -p xxx.m
: 结果为以下提示:[28] matlab.exe:_WinMa
: inCRTStartup(0x03a1df4c, 24, 0x7ffd7000, 0x8054c038) + 308 bytes
: [29] kernel32.dll:0x7c816d4f(0x0047172c, 0, 0, 0)
: This error was detected while a MEX-file was running. If the MEX-file
: is not an official MathWorks function, please examine its source code
: for errors. Please consult the External Interfaces Guide for information
: on debugging MEX-files.
: If it is an official MathWorks function, please
: follow these steps in rep

G****A
发帖数: 4160
3
I do not know the licence you mentioned. What is it??

also

【在 t****t 的大作中提到】
: 你matlab正版盗版,正版要查license
: 盗版也查,不过是假的就是了,反正要设置的

t****t
发帖数: 6806
4
do you have matlab compiler license?
usually if there's no license, it will show this kind of error (yeah, I also
wonder why mathworks can't show correct error message).

【在 G****A 的大作中提到】
: 应该是用mcc命令把.m文件编成.cpp文件。我用的是mcc -p xxx.m
: 结果为以下提示:[28] matlab.exe:_WinMa
: inCRTStartup(0x03a1df4c, 24, 0x7ffd7000, 0x8054c038) + 308 bytes
: [29] kernel32.dll:0x7c816d4f(0x0047172c, 0, 0, 0)
: This error was detected while a MEX-file was running. If the MEX-file
: is not an official MathWorks function, please examine its source code
: for errors. Please consult the External Interfaces Guide for information
: on debugging MEX-files.
: If it is an official MathWorks function, please
: follow these steps in rep

1 (共1页)
进入Programming版参与讨论
相关主题
Matlab里用多维数组会不会影响速度?You Don’t Know JS: this & Object Prototypes
Question about Matlab MEX commandAerospace Software Engineer at The MathWorks
请问怎么增大matlab的可用内存?help on interface for Matlab and Fortran
MATLAB 生成 dll一问Debugging MEX file in Visual Studio
混编的英文怎么说?请教大牛们matlab 里调用c++
Help - C++ Debug Assertion Failed关于sortrowsc函数无法使用的问题(Matlab 1.6版)
Matlab/Mex中用多线程请教 MATLAB 和 c/fortran 实现的可能性
Open Source — the Last Patent Defense?[Matlab]内存释放
相关话题的讨论汇总
话题: mex话题: mathworks话题: c++话题: mcc话题: matlab