Machine learning with gui

12 visualizaciones (últimos 30 días)
Lala0099
Lala0099 el 4 de Mzo. de 2019
Comentada: Adam el 4 de Mzo. de 2019
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 comentario
Adam
Adam el 4 de Mzo. de 2019
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.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Just for fun 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