How to make a user interface for my regression model?
3 次查看(过去 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
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.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Gaussian Process Regression 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!