How do I run a freefem++ program from matlab?

11 Ansichten (letzte 30 Tage)
Daniel Shvartsman
Daniel Shvartsman am 27 Okt. 2020
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?

Antworten (1)

Aiswarya Subramanian
Aiswarya Subramanian am 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
  1 Kommentar
Daniel Shvartsman
Daniel Shvartsman am 2 Nov. 2020
So, my file name has no spaces, and I can run the command from the terminal, but for some reason matlab does not recognize the command, what I am trying to figure out is how to add the application to matlab's search path.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by