Forum Discussion
Altera_Forum
Honored Contributor
13 years agoYou 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')])