필터 지우기
필터 지우기

Visual Basic and Matlab

조회 수: 1 (최근 30일)
Ivan
Ivan 2011년 9월 5일
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

채택된 답변

Fangjun Jiang
Fangjun Jiang 2011년 9월 5일
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")

추가 답변 (1개)

Ivan
Ivan 2011년 9월 6일
hi, thanks for the reply...
works with a brief adjustment to place all files in the same folder...
thanks.

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by