c++ and matlab functions equivalent
古いコメントを表示
correct me if i'm wrong.. as i just started learning how to use c++ and matlab, there is a matter i confused. i know that to call c++ code from matlab i have to replace my main() to mexFunction(). i've done that..here i want to know is that functions like mexprintf and soon must be used instead of cout(c++) in other source files? and is it the functions like mexprintf, mexCALLMATLAB etc only used inside mexFunction?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で External Language Interfaces についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!