How to make a user interface for my regression model?

5 views (last 30 days)
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?

Answers (1)

Birdman
Birdman on 16 Jan 2018
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 Comments
Kian Azami
Kian Azami on 16 Jan 2018
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?

Sign in to comment.

Categories

Find more on Modeling in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!