Forum Discussion
Altera_Forum
Honored Contributor
8 years ago --- Quote Start --- You need to add the Quartus bin directory to your system path. You can either do this by right-clicking on My Computer and selecting Properties, Advanced and then Environment Variables. Then modify the variable PATH to add C:\altera\11.1\quartus\bin64; to the beginning. Alternatively type the following in MATLAB first: setenv('path', ['C:\altera\11.1\quartus\bin64;' getenv('path')]) --- Quote End --- THANK YOU! I had to edit the path for my install (intelFPGA now) Win10. Matlab 2017a. Quartus Lite. Lifesaver! I'm curious as to why this is? Does the mex file look for binaries on the path? Bookmarked.