How do I run a freefem++ program from matlab?
    13 views (last 30 days)
  
       Show older comments
    
I have a freefem++ script, and need to execute it from matlab. 
However when I try the following code:
system(['FreeFem++ ' filepath]); 
I get this error message: /bin/bash: FreeFem++: command not found
How do I fix this issue or get matlab to recognize the command?
0 Comments
Answers (1)
  Aiswarya Subramanian
    
 on 2 Nov 2020
        Hi Daniel, 
The command you have used is correct, so it is possible that the file path name has spaces. Or else, kindly check the FreeFem installation at your end. You can also refer to the following links : 
and see if it helps.  
-Aiswarya 
See Also
Categories
				Find more on Octave in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
