Filter löschen
Filter löschen

The extrinsic function 'svmpredict' is not available for standalone code generation. It must be eliminated for stand-alone code to be generated. It could not be eliminated because its outputs appear to influence the calling function. Fix this error b

3 Ansichten (letzte 30 Tage)
Hello, I am using MATLAB Coder. When I generate my code MATLAB to c code, I get this problem and I don't know how to fix it.
"The extrinsic function 'svmtrain' is not available for standalone code generation. It must be eliminated for stand-alone code to be generated. It could not be eliminated because its outputs appear to influence the calling function. Fix this error by not using 'svmtrain' or by ensuring that its outputs are unused."

Akzeptierte Antwort

Birdman
Birdman am 24 Okt. 2017
In this kind of situation, if possible, the best possible solution is to write the function by yourself and embed it into a MATLAB Function block in Simulink.

Weitere Antworten (4)

Image Analyst
Image Analyst am 25 Okt. 2017
svmtrain will be removed in a future release. Use fitcsvm instead.

LAKKAVARAM SAI CHARAN BHARADWAJ 17MPE0013
Iam also facing the same issue could you please help me in regarding.Give some insights this can be solved.

Nour Sd
Nour Sd am 27 Okt. 2017
thank you and for svmpredict how can i change it .

Xie Yiru
Xie Yiru am 21 Mai 2019
I have the same problem. Can you tell me how fix that?

Kategorien

Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by