matlab - Asking mex to use several directories for #include files -


i read in documentation matlab's mex here following:

-ipathname : add pathname list of folders search #include files. not add space after switch.

how can ask mex use multiple include folders? provide them -ipath1 -ipath2 etc?

yes; example:

mex -iinclude/path/one -iinclude/path/two -i"include/path/with spaces" mymexfile.c  

Comments

Popular posts from this blog

actionscript 3 - TweenLite does not work with object -

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

c# - Global Variables vs. ASP.NET Session State -