how do I plot the values on a circular axis instead of a horizontal axis??? like a bicycles wheel spokes
9 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
%Girder (bulge)
Sgirderbottom=2
w014=0:Sgirderbottom:(10*Sgirderbottom);
grdbt2 =0:0.1:5;
[nR,nC]=size(grdbt2);
gbt2=ones(1,length(grdbt2));
for www=(1:length(w014))
gbt2(www,:)=w014(www).*ones(nR,nC);
end
plot(gbt2,grdbt2)
0 comentarios
Respuestas (1)
Ver también
Categorías
Más información sobre Polar Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!