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!