How to make a user interface for my regression model?

6 ビュー (過去 30 日間)
Kian Azami
Kian Azami 2018 年 1 月 16 日
コメント済み: Birdman 2018 年 1 月 16 日
Hi everybody. I have a statistical model which is able to predict the responses if we put the correct input inside it.
I just need to make a very simple user interface to do this job for me. Because this model should be used by people who are not familiar with Matlab.
I would like to make a window and just put the input inside it, and then it uses the model to predict the output. Is there any easy way to do that?

回答 (1 件)

Birdman
Birdman 2018 年 1 月 16 日
If you are using MATLAB R2016a or newer version, I suggest you to use App Designer to create an interface. Its usage is really simple and all you need to do is to define what is going to happen when you click the button. The properties of components you select are automatically defined and updated at every instance.
  2 件のコメント
Kian Azami
Kian Azami 2018 年 1 月 16 日
Yes, I have tried these help. But my question is how to use a developed model inside my application? It is quite confusing for me.
I mean to give the input, and use the model and show the output. Very simple logic, but I don't know how to apply it?
Birdman
Birdman 2018 年 1 月 16 日
Try the attached app.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeModeling についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by