How can I call a Qtproject from matlab?

3 ビュー (過去 30 日間)
32sthide
32sthide 2012 年 9 月 10 日
回答済み: shlomi chen 2021 年 12 月 20 日
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 件のコメント
Shane
Shane 2012 年 9 月 18 日
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.

サインインしてコメントする。

回答 (1 件)

shlomi chen
shlomi chen 2021 年 12 月 20 日
1 option i know is to let matlav run Vbs which will run the uft

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by