Borrar filtros
Borrar filtros

How to make a user interface for my regression model?

5 visualizaciones (últimos 30 días)
Kian Azami
Kian Azami el 16 de En. de 2018
Comentada: Birdman el 16 de En. de 2018
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?

Respuestas (1)

Birdman
Birdman el 16 de En. de 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 comentarios
Kian Azami
Kian Azami el 16 de En. de 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?
Birdman
Birdman el 16 de En. de 2018
Try the attached app.

Iniciar sesión para comentar.

Categorías

Más información sobre Modeling 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!

Translated by