how to use already trained model in app designer for classification purpose.
조회 수: 7 (최근 30일)
이전 댓글 표시
i am able to load trained model in workspace using app designer, i want to know what is code to test the test data using this model via app designer. and how to access the result of classification in app designer. normally i use this in command window which works fine " ypred = trainedModel.predictFcn(predict21feature);"
"
댓글 수: 0
채택된 답변
Drew
2023년 2월 27일
This question is answered at https://www.mathworks.com/matlabcentral/answers/1718885-using-a-trained-regression-model-in-app-designer
If this answers your question, please remember to accept this answer.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!