Dear GetFem++ users,
I am currently trying to install getfem++ for Matlab interface on my Mac.
In oarticular, I am currently using Matlab-R2019b.
I downloaded the .zip folder 'getfem-4.0.0-matlab-toolbox-MACOSX-i386.tar.gz
.' from the page http://getfem.org/download.html.
Then, I added with subfolders the unzipped directory by 'set path' on
Matlab.
However, when I try to run a simple demo, I get the error
Unrecognized function or variable 'gf_matlab'.
Error in gf_workspace (line 47)
gf_matlab('workspace',varargin{:});
Error in demo_laplacian1D (line 2)
gf_workspace('clear all');
Thank you very much for your help,
Best regards.
Davide Manfredo