Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

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

2 vues (au cours des 30 derniers jours)
Eric Nunes
Eric Nunes le 5 Nov 2013
Clôturé : MATLAB Answer Bot le 20 Août 2021
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

Réponses (0)

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by