Feeds
提问
How can i create a set of circles with the same center using a for loop for R (varying radios)
clear all clc theta=[-2*pi:0.1:2*pi]; r=1 x=r*cos(theta); y=r*sin(theta); plot(x,y) hold on r=0.5 x=r*cos(theta);...
7 years 前 | 0 个回答 | 0
0
个回答提问
how can i write a function?
how can i write a function using X1 and X2 as variables where X2 subject to 1/6*pi<=X2<=1/3*pi ?
10 years 前 | 1 个回答 | 0