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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0