How do I open a .orb program from Matlab?
6 ビュー (過去 30 日間)
古いコメントを表示
Hello, I would like to open an .orb file from Matlab the same way I can open, for example, Excel. I understand that it is not an .exe file, but it opens a program just like a .exe file. I could not find a simple way to do it. Thank you!
0 件のコメント
回答 (1 件)
Guillaume
2018 年 6 月 13 日
winopen path_to_your_orb_file.orb
will launch whatever application is associated with your .orb files on your system.
参考
カテゴリ
Help Center および File Exchange で Read, Write, and Modify Image についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!