saveLearnerForCoder and loadLearnerForCoder does not work in R2018a

조회 수: 2 (최근 30일)
bhaskar kafle
bhaskar kafle 2020년 7월 15일
답변: Steven Lord 2025년 4월 22일
I wanted to export trained classification learner model into Simulink. This was possible by using matlab function block in simulink and using saveLearnerForCoder ,loadLearnerForCoder, predict inside the matlab function. But, saveLearnerForCoder and loadLearnerForCoder does not work in my version of Matlab(R2018a) . Is there any solution to my problem.
Thank you
  댓글 수: 2
harris harris
harris harris 2021년 4월 6일
Is there anyone who could solve that?
Mohamed
Mohamed 2025년 4월 22일
I came here for the same problem. Does anyone know any work around?

댓글을 달려면 로그인하십시오.

답변 (1개)

Steven Lord
Steven Lord 2025년 4월 22일
The saveLearnerForCoder function is part of Statistics and Machine Learning Toolbox and was introduced in release R2019b. Even if you had this toolbox installed and licensed, the release you're using predates the introduction of that function. You can check if you have this toolbox installed by running the ver command and looking for a line starting with "Statistics and Machine Learning Toolbox" in the displayed output.
If that line exists then you will need to upgrade your installation to R2019b or later to use this function. If it doesn't you will need to upgrade and install that toolbox in the upgraded installation.
The same holds for loadLearnerForCoder.

카테고리

Help CenterFile Exchange에서 Simulink에 대해 자세히 알아보기

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by