Running 64 bit exe from 32 bit MATLAB

I have MATLAB 32bit installed on Win7 64bit OS. Is it possible to call external 64 bit exe using system command (or something else)?

답변 (2개)

Walter Roberson
Walter Roberson 2012년 11월 10일

1 개 추천

Yes, system() starts up a new process for the command you give it.
Jan
Jan 2012년 11월 10일
편집: Jan 2012년 11월 10일

0 개 추천

Why not simply try it?
system('"C:\Program Files\Internet Explorer\iexplore.exe" &') % 64 bit
system('"C:\Program Files (x86)\Internet Explorer\iexplore.exe" &') % 32 bit
Btw. You can install the 64 bit version of Matlab also, when you have a license for the 32 bit version.

카테고리

도움말 센터File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

태그

질문:

2012년 11월 10일

Community Treasure Hunt

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

Start Hunting!

Translated by