I wanna run matlab on my VPS. What puzzled me most is that I must run MATLAB without GUI by SSH and get the graphical result.
When I commanded matlab -nodisplay -r "func()"
in bash, lots of mistake occurred such as
"Warning: NEWFF used in an obsolete way. " "Error using ==> nntraintool at 28","trainlm>train_network at 228" ...
How can I deal with these mistakes?