How to use machine learning model in appdesigner?

9 ビュー (過去 30 日間)
ChanHo Lee
ChanHo Lee 2020 年 11 月 13 日
回答済み: Sourabh Kondapaka 2020 年 11 月 18 日
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
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
Sourabh Kondapaka 2020 年 11 月 18 日
As Mario Malic suggested, it would be better to have the ML part of your code working first.
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
I would recommend you to check out the free MATLAB OnRamp Course.

Community Treasure Hunt

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

Start Hunting!

Translated by