I read in the documentation for MATLAB’s mex here the following:
-Ipathname : Add pathname to the list of folders to search for #include
files. Do not add a space after this switch.
How can I ask mex to use multiple include folders? Do I provide them as
-Ipath1 -Ipath2 etc?
Yes; for example: