How do I know if MCR is installed & if yes where?
    10 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
OK. On linux have compiled a program using the command "mcc -m myMfile" but can't run the resulting "myMfile.sh".
I know that the functions MCR & MCRinstaller tell me where the mcr installation program is. But could someone tell me:
a) how to determine if the MCR is currently installed on my system. i.e. has the program MCRinstaller already been run. b) if it is where is it installed (how do I determine the so called "<mcr_directory>" mentioned in the file readme.txt that is created by "mcc -m ..." on linux)
0 Kommentare
Antworten (1)
  Yatin
    
 am 7 Nov. 2013
        
      Bearbeitet: Yatin
    
 am 11 Nov. 2013
  
      Hi Hubert,
You can try using the "find" function in Linux to check if you have any MCR files on your machine. Also as far as executing the .sh file is concerned you also need to check if you have the right permissions for executing the executable on your machine.
0 Kommentare
Siehe auch
Kategorien
				Mehr zu C Shared Library Integration finden Sie in Help Center und File Exchange
			
	Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!