Hello , I'm trying to use Matlab coder to generate my c code, I have some mistakes, I tried many times to fix it, but I can't find a solution, please help me to fix .thanks

model1 = svmtrain( LS',SSapp','-s 0 -t 1 -g 0.25 -c 5 -n 0.5 -r 0.5 -d 1 -b 1');

i want to generate this model1 with c code but i can't , i get this error

only matlab files are supported for code generation.unsupported file extension'mexw64'for 'E:\matlab\libsvm-3.22\libsvm-3.22\matlab\svmtrain.mex64'

More Marouane Ammar's questions See All
Similar questions and discussions