How to make a user interface for my regression model?

2 次查看(过去 30 天)
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?

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Modeling 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by