i am following the great machine learning course given by Andrew Wu from Stanford. When I executed plot function in ex5 file, the octave cli command line reports the following w
I faced the same issue last night. The simplest solution I could find was to set terminal to qt from Octave.
qt
setenv('GNUTERM','qt')
Now you can call plot as usual.
plot