由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - [合集] How to link with mex
相关主题
matlab中如何调用chelp -- matlab acceleration
*** help needed! on MATLAB GUI ***问个弱的问题:能不能开发两种C++的compiler,一种是编译型的,一种是解释型的
有谁知道怎么把matlab和VC联接着一起用? (转载)[合集] 正经问个代替Matlab的问题。 (转载)
弱问mcc和mex的区别MATLAB编译的dll怎么被C#调用呢
这两个地方是否需要typename?any thoughts about matlab
C++ template求文件 mclmcrrt711.dll 下载
Forward declaration with unique_ptrC array
C++ (with MATLAB engine) compiling problem under Linux systermA C++ compiler related interview question
相关话题的讨论汇总
话题: mex话题: link话题: matlab话题: c++
进入Programming版参与讨论
1 (共1页)
b***y
发帖数: 2799
1
☆─────────────────────────────────────☆
dArtagnan (达达尼昂) 于 (Fri Mar 14 12:18:49 2008) 提到:
I am programming some c++ codes to be called within Matlab.
If there is only one c++ file, life is simple. You simple mex the cpp file (
with mexFunction(...) )and call the function within Matlab.
However, if you have several c++/h files, then what's standard procedure to
compile and link the files?
for example, I have:
A.cpp (which contains the mexFunction and includes B.h)
B.h (contains the decl
1 (共1页)
进入Programming版参与讨论
相关主题
A C++ compiler related interview question这两个地方是否需要typename?
[合集] 关于C++ STL的list的一个问题C++ template
[合集] A very weird bug......Forward declaration with unique_ptr
[合集] 关于vector存储value copy的一个问题C++ (with MATLAB engine) compiling problem under Linux systerm
matlab中如何调用chelp -- matlab acceleration
*** help needed! on MATLAB GUI ***问个弱的问题:能不能开发两种C++的compiler,一种是编译型的,一种是解释型的
有谁知道怎么把matlab和VC联接着一起用? (转载)[合集] 正经问个代替Matlab的问题。 (转载)
弱问mcc和mex的区别MATLAB编译的dll怎么被C#调用呢
相关话题的讨论汇总
话题: mex话题: link话题: matlab话题: c++