Feeds
질문
Plotting points around ellipses using values from regionprops (or obtaining the function of the ellipse)
I have plotted the centroids of an image containing coatings (represented by the almost concentric ellipses) as shown below usin...
거의 4년 전 | 답변 수: 3 | 1
3
답변질문
How can I fix my while loop so that it properly counts the iterations it takes for the value to be less than a specific number?
function f = golden_ratio(n) f = zeros(n,1); f(1) = 1; %initializes for the f(k) functions f(2) = 2; g = 0; %initializes for...
5년 초과 전 | 답변 수: 1 | 0
