Feeds
提问
Classification of a whole matrix
All, I have a series of matrices containing signal returns from a set of objects under illumination. I wish to classify the ...
7 years 前 | 2 个回答 | 0
2
个回答提问
Solving an equation with two variables, why is one being set to zero?
My code is as follows: syms x y [xRoot, yRoot] = solve((y-1).^2 + (x-1).^2 == floor(sqrt(2)-1).^2,y,x) The output o...
8 years 前 | 1 个回答 | 0
