Accessing external software using Matlab GUI
Afficher commentaires plus anciens
I have developed a MATLAB's App Designer based GUI for neurostimulation and would like to access the neurostimulator hardware through the same. How can access an external software (neurostimulators software) from the GUI.
I feel its a very easy thing to do but i went through a lot of documentation and could not figure out what to do in this case. Any help?
Réponses (1)
Harald
le 19 Jan 2024
0 votes
Hi Sushant,
I'd say it depends on the interfaces of the specific software.
If the software can be run from a console, I would use the system command to run the console command.
If there is any C++, Java, .NET, ... interface, you can use this from MATLAB as well.
Best wishes,
Harald
Catégories
En savoir plus sur Call C from MATLAB dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!