Feeds
已回答
how i can draw a sector of a circle in matlab?
With a little manipulation: x0=0; y0=0; theta=0.25*pi; a1 = 2*pi*rand; % A random direction r=100; % radius a2 = a1 + the...
how i can draw a sector of a circle in matlab?
With a little manipulation: x0=0; y0=0; theta=0.25*pi; a1 = 2*pi*rand; % A random direction r=100; % radius a2 = a1 + the...
4 years 前 | 0