フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Importing a pointer with all the data that it points to from C++ to Matlab via mex?

1 回表示 (過去 30 日間)
Eric Nunes
Eric Nunes 2013 年 11 月 5 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hi, I am working on a classification algorithm , for which I am training a decision tree in C++, via the mexFunction. I am storing all the nodes of the tree with their respective data points , each node also has some additional information. I have a pointer named "tree" which points/stores all the data. Now I want to get that tree in matlab with all its data, so that i can plot results. Is there a way to copy all the data via the tree pointer and export it to matlab?
Thank you, Eric

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by