x=:*pi; :: s=; ::step s = s+/i*sin(i*x); end plot(s);set(figure(),'visible','off'); filename=[num2str(step, '%04d'),'.png']; print(, '-dpng',filename); end
安装 1. 在http://www.csie.ntu.edu.tw/~cjlin/ 中下载libsvm 2. 按照http://zjhello123.blog.163.com/blog/static/25495143201251792625811/ 中的安装方法安装libsvm 3. 设置路径. 如果不设置的话会报错:Error using svmtrain (line 233) Y must be a vector or a character array. 我开始设置了也报错,后来重新mak