How do I convert a .m with unsupported in-built MATLAB functions to C++
Hi everyone.
I’m currently trying to convert a MATLAB script to C++ but MATLAB Coder gives some errors saying some functions are unsupported in the code conversion.
Below are the unsupported functions
fullfile is not supported for code generation
com.mathworks.toolbox.coder.screener.ScreenerError@ca978627
imageSet is not supported for code generation
com.mathworks.toolbox.coder.screener.ScreenerError@36c733bd
partition is not supported for code generation
com.mathworks.toolbox.coder.screener.ScreenerError@b1e1e753
bagOfFeatures is not supported for code generation
com.mathworks.toolbox.coder.screener.ScreenerError@3e7efb02
encode is not supported for code generation
com.mathworks.toolbox.coder.screener.ScreenerError@31cdf3a9
bar is not supported for code generation
com.mathworks.toolbox.coder.screener.ScreenerError@83fd9938Hi everyone.
I’m currently trying to convert a MATLAB script to C++ but MATLAB Coder gives some errors saying some functions are unsupported in the code conversion.
Below are the unsupported functions
fullfile is not supported for code generation
com.mathworks.toolbox.coder.screener.ScreenerError@ca978627
imageSet is not supported for code generation
com.mathworks.toolbox.coder.screener.ScreenerError@36c733bd
partition is not supported for code generation
com.mathworks.toolbox.coder.screener.ScreenerError@b1e1e753
bagOfFeatures is not supported for code generation
com.mathworks.toolbox.coder.screener.ScreenerError@3e7efb02
encode is not supported for code generation
com.mathworks.toolbox.coder.screener.ScreenerError@31cdf3a9
bar is not supported for code generation
com.mathworks.toolbox.coder.screener.ScreenerError@83fd9938 Hi everyone.
I’m currently trying to convert a MATLAB script to C++ but MATLAB Coder gives some errors saying some functions are unsupported in the code conversion.
Below are the unsupported functions
fullfile is not supported for code generation
com.mathworks.toolbox.coder.screener.ScreenerError@ca978627
imageSet is not supported for code generation
com.mathworks.toolbox.coder.screener.ScreenerError@36c733bd
partition is not supported for code generation
com.mathworks.toolbox.coder.screener.ScreenerError@b1e1e753
bagOfFeatures is not supported for code generation
com.mathworks.toolbox.coder.screener.ScreenerError@3e7efb02
encode is not supported for code generation
com.mathworks.toolbox.coder.screener.ScreenerError@31cdf3a9
bar is not supported for code generation
com.mathworks.toolbox.coder.screener.ScreenerError@83fd9938 matlab coder, coder, fullfile MATLAB Answers — New Questions