フィルターのクリア

How to convert c/c++ code to MatLab code?

2 ビュー (過去 30 日間)
Nitish Kumar
Nitish Kumar 2012 年 11 月 18 日
コメント済み: Walter Roberson 2016 年 4 月 10 日
I have c code which i need to convert into MATLAB for further processing.
  3 件のコメント
Eric
Eric 2016 年 4 月 9 日
boxd
Walter Roberson
Walter Roberson 2016 年 4 月 10 日
Eric, the relevance of your comment is not obvious?

サインインしてコメントする。

回答 (1 件)

Jan
Jan 2012 年 11 月 18 日
編集済み: Jan 2012 年 11 月 18 日
You can't.
Either a re-implementation is required in general, or you can call the C++ code from Matlab using the MEX-interface. See http://www.mathworks.com/help/matlab/creating-c-c-and-fortran-programs-to-be-callable-from-matlab-mex-files.html

カテゴリ

Help Center および File ExchangeCall C++ from MATLAB についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by