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 Center および File ExchangeJust for fun についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by