I am trying to run gnuplot directly from Matlab (running in Debian Linux), but I get the following error:
>> unix('gnuplot defaults_loan10.p');
gnuplot: /usr/local/MATLAB/R2011b/sys/os/glnx86/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by /usr/lib/i386-linux-gnu/libwx_baseu-2.8.so.0)
Running gnuplot from the console works perfectly well. How can I fix it?