How to convert C/C++ code to MATLAB code in MATLAB 2021a version?

I have a code for CC-RRT algorithm which is written in C++. I want to convert it into MATLAB. Is there any way to do that in MATLAB 2021a version? Please let me know.
Or, do you have any source to get CC-RRT code in MATLAB?
Thank you.

5 件のコメント

Walter Roberson
Walter Roberson 2022 年 3 月 1 日
You posted elsewhere and several people gave you leads?
https://www.researchgate.net/post/Does_anyone_have_a_source_of_MATLAB_code_of_Chance_Constrained_RRT_CC-RRT_for_autonomous_vehicle_like_quadrotor_motion_planning
MEHNAZ SHARNA
MEHNAZ SHARNA 2022 年 3 月 1 日
But i couldn't be able to contact with the author of the paper and couldn't find any code of CCRRT which is Matlab written.
Walter Roberson
Walter Roberson 2022 年 3 月 1 日
編集済み: Walter Roberson 2022 年 3 月 1 日
MEHNAZ SHARNA
MEHNAZ SHARNA 2022 年 3 月 1 日
Thanks. I am currently following this paper. But couldn’t be able to contact with the author and did not find any code in github.

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

回答 (1 件)

Walter Roberson
Walter Roberson 2022 年 3 月 1 日

1 投票

I am not aware of any tools that convert C++ code to MATLAB. MathWorks does not provide such a tool.
Typically if you need to use C++ code in connection with MATLAB you just use the built-in facilities for calling C++ code from MATLAB.

2 件のコメント

MEHNAZ SHARNA
MEHNAZ SHARNA 2022 年 3 月 1 日
Is there any example?

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

カテゴリ

ヘルプ センター および File ExchangeMATLAB についてさらに検索

質問済み:

2022 年 3 月 1 日

コメント済み:

2022 年 3 月 1 日

Community Treasure Hunt

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

Start Hunting!

Translated by