Feeds
질문
I need help with a Fill a figure with 1 and 0
r1 = 30; k = 3; r2 = r1/k; hypo = zeros(200,200); for t = 0:0.001:2*pi x=round((r1-r2)*cos(t)+r2*cos((1-k)*t)); y...
3년 초과 전 | 답변 수: 1 | 0
1
답변질문
If I start with a matrix of zeros, how can I easily create a Hypocycloid of ones in that matrix?
I want to make an Hypocycloid with a matrix of zeros, it is for make the Fourier Transformation of the image. Something like thi...
3년 초과 전 | 답변 수: 1 | 0