在scilab中运行Polarplot时出现以下错误
// Program to plot using polarplot function
t= 0:.01:2*%pi;
polarplot(sin(t))
xtitle('Using polarplot'
结果:
exec('D:\mangesh\SCILAB PROJ\sample\polarplot.sce', -1)
at line 13 of function polarplot ( C:\PROGRA~1\SCILAB~1.1\modules\graphics\macros\polarplot.sci line 25 )
at line 3 of executed file D:\mangesh\SCILAB PROJ\sample\polarplot.sce
Undefined variable: rho