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 years 前 | 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 years 前 | 1 个回答 | 0