Switch to full style
General MATLAB code examples.
Post a reply

run .exe program in matlab

Tue Aug 02, 2011 12:17 pm

Here how to run *.exe program in matlab
Code:
command='Test.exe  parameter1';
system(command);




Post a reply
  Related Posts  to : run .exe program in matlab
 help me How do I load image from my pc to matlab     -  
 Matlab basics examples     -  
 MATLAB clear memory     -  
 read file in matlab     -  
 Matlab SVM training problem     -  
 simple speech manipulation under MATLAB     -  
 naive Bayes classifier in MATLAB     -  
 error closing file matlab save     -  
 particle swarm optimization matlab code     -  
 Support Vector Machine coding on Matlab...     -  

Topic Tags

Matlab Basics