How can i use a c code/program in Matlab
古いコメントを表示
I can just in Visual Studio (C,C++) programming but i have to use Matlab immediately. I have time just later to learn Matlab. Thanks in advance
2 件のコメント
I have to use Matlab immediately. I doubt that's going to happen. The principles of sound programming are independent of the language you use, but you should still take time to learn their quirks. What do you want to do with Matlab? An adequate answer to your question would depend on that. Using a language without knowing what it's doing sounds like a recipe for disaster. Everything takes time, so I would suggest you arm yourself with some patience. What is it exactly you want?
To start using mex files without prior knowledge of Matlab is a tall order.
Walter Roberson
2013 年 1 月 22 日
I get the impression that this is a case of "Write this assignment in MATLAB"
回答 (1 件)
Shashank Prasanna
2013 年 1 月 22 日
1 投票
You can use MEX interface if you want to call C/C++ code from MATLAB:
カテゴリ
ヘルプ センター および File Exchange で MATLAB Compiler についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!