After following these commands to compile matconvnet.
when I run run matlab/vl_compilenn
in matlab, I receive the following error:
Error using vl_compilenn>check_clpath (line 577)
Unable to find cl.exe
Error in vl_compilenn (line 400)
check_clpath(); % check whether cl.exe in path
Error in run (line 96)
evalin('caller', [script ';']);
Error is related to cl.exe which seems like Visual C++ compiler. I have Windows updated with bunch of 'Microsoft Visual c++ redistribuibile' already installed.
I have Matlab 2016a on Windows 7