Visual Basic and Matlab

hi,
I'm doing a GUI with Visual Basic 6. It does this through the shell
Call Ejecutar_shell("C:\Program Files\MATLAB\R2010b\bin\matlab -r")
Someone can help me because I want to call a matlab GUIDE done in some file or *. mdl
Thank very much for the info

 Réponse acceptée

Fangjun Jiang
Fangjun Jiang le 5 Sep 2011

0 votes

If you have the MATLAB GUIDE application done, it should have some files for it, such as MyGui.fig, MyGui.m, make sure they are in your MATLAB path.
Do the following will automatically run MyGui after MATLAB starts.
Call Ejecutar_shell("C:\Program Files\MATLAB\R2010b\bin\matlab -r MyGui")

Plus de réponses (1)

Ivan
Ivan le 6 Sep 2011

0 votes

hi, thanks for the reply...
works with a brief adjustment to place all files in the same folder...
thanks.

Catégories

En savoir plus sur Migrate GUIDE Apps 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!

Translated by