Import Data from MATLAB

Hello everyone,
I am trying to implement a GUI using MATLAB AppDesigner, the user will insert some inputs using this GUI, I want to ask how can I import these data into the FreeFem, what type of file should I save these inputs from MATLAB to be called in FreeFem?
Thank you.

There is no specific import file format in FreeFEM for parameters for example, you can use a .txt file that you read in your FreeFEM script, or directly write an .edp file

1 Like

Thank you.
Yes I just figured out that FreeFem can read data from external .txt files … I will try now to save the required data from MATLAB as .txt
thanks again.