In order oo use FEATool Multiphysics to run Matlab m-script simulation models with the
FEATool Matlab API it must first be installed as a Matlab toolbox (with the
FEATool_Multiphysics.mlappinstall file as described here
https://featool.com/doc/quickstart#install_matlab).
Once installed as a Matlab toolbox, the API and FEATool Matlab function will be available on the Matlab CLI either by:
(1) Starting the GUI toolbox from Matlab (and leaving the GUI in the background)
(2) Adding the FEATool installation directory to the Matlab load paths using the command:
addpath(genpath('_path_to_featool_installation_directory_'))You can find the path to your FEATool installation directory as the
"App Path:" item in the "System Info..." of the "Help" menu in the FEATool GUI. Alternatively, this should be the same as the directory on your system containing the file "featool.p".