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

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -