help > RE: C++ Compiler in Matlab Installation Error
Jan 9, 2014  11:01 PM | BIBA_Lab
RE: C++ Compiler in Matlab Installation Error
To close out the forum, Chris suggested the following work arounds and the last one was successful for me.

Try going into the source folder and manually compiling this mex file:
W2MHS/RegionGrowing_mex.cpp

Then go to W2MHS/rf_codes and run the MatLab script:
mx_compile_cartree.m

This script should compile the Random Forest code we sue. If this doesn't work try to manually compile this c program in that same folder.
mex -O best_cut_node.cpp GBCR.cpp GBCP.cpp GBCC.cpp
mex mx_eval_cartree.c

Threaded View

TitleAuthorDate
BIBA_Lab Jan 3, 2014
BIBA_Lab Jan 7, 2014
Christopher Lindner Jan 8, 2014
RE: C++ Compiler in Matlab Installation Error
BIBA_Lab Jan 9, 2014