Machine learning with gui

2 次查看(过去 30 天)
Lala0099
Lala0099 2019-3-4
评论: Adam 2019-3-4
Hey everyone,
I am planning on using a sensor to track heart sounds. I have to preprocess the data and then represent features (analyze data) etc.
But I have to do it , by using a GUI platform that represent the waveform and analyzes the heart beat.
My question is, that can I use the machine learning toolbox in matlab and the GUI platform with it, or do I have to do everything manually without the help of the toolbox , so that I can use a GUI user interface?
I would appreciate every little help
Thank you
  1 个评论
Adam
Adam 2019-3-4
You can call any code you want under a GUI interface. Most functions in toolboxes work from command line or functions without having their own GUI component. These can be embedded into your own GUI without problems. Some components that create their own GUI and are heavily linked to that cannot be integrated into a custom GUI (though they can be launched from it), but the GUIs for most toolboxes are just there to provide more user-friendly acess to underlying functionality which you can also just use in its raw form, which is what I always do.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Just for fun 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by