From: wbsmith on
hi,

i am trying to figure out how to plot the results of an SVM classifier
built in Matlab. the Matlab svmtrain function includes an option to
plot the data, but in the svmtrain .m file, it uses a function called
"svmplotdata" which i cannot find anywhere. i noticed in exploring
matlab's version of the output plot that the boundary line is actually
a contourgroup object, which didn't really help me at all.

thanks in advance for any assistance.

bryan