How to use machine learning model in appdesigner?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentario
Mario Malic
el 13 de Nov. de 2020
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.
Respuestas (1)
Sourabh Kondapaka
el 18 de Nov. de 2020
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 comentarios
Ver también
Categorías
Más información sobre Classification Ensembles en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!