How to use machine learning model in appdesigner?
8 次查看(过去 30 天)
显示 更早的评论
I'm going to make viewer program for MRI image.
I make a model to automate segmentation using treebagger function.
But I don't know how to use this model in app designed by appdesigner.
How can I do that?
1 个评论
Mario Malic
2020-11-13
It's best if you start working on the code for ML first. When you have something that works, then you can easily set up the UI and replace your variable values with the ones from UI.
回答(1 个)
Sourabh Kondapaka
2020-11-18
The next thing you work on is writing code in the app designer and setting up callback functions which execute scripts/ functions of the ML part of your code.
To learn more about App Designer please refer this link
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Classification Ensembles 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!