Filter löschen
Filter löschen

How can I call a Qtproject from matlab?

1 Ansicht (letzte 30 Tage)
32sthide
32sthide am 10 Sep. 2012
Beantwortet: shlomi chen am 20 Dez. 2021
I was wondering if it is possible to call a Qt project form matlab. I've been searching but i couldn't find anything about it.
  1 Kommentar
Shane
Shane am 18 Sep. 2012
Samuel,
I am not familiar with Qt files but if you are just calling a file you should be able to use the ! callout. This function launches just about any file located on your computer from within matlab.
Example: !C:\Program Files\...\DesiredFileName.qt
or !C:\Program Files\...\DesiredFileName.qt & (to launch the command prompt with the file)
Again, I am not sure if this will work for you as I have not worked with qt files but i have used this functionality to call out several other file types withought running into issues.
Hope this helps.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

shlomi chen
shlomi chen am 20 Dez. 2021
1 option i know is to let matlav run Vbs which will run the uft

Kategorien

Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by