Feeds
提问
Fsolve finds different solutions for two different but really close initial points
Hi, I am trying to solve a set of non linear equations using fsolve. In order to obtain all the possible solutions, I divided...
9 years 前 | 1 个回答 | 0
1
个回答提问
Using logical operator in an if condition
Hi, I want my 'if' condition as follows: if true if (x==1) && (A(2,1)==1 || A(2,2)==1 || A(2,3)==1) ... ...
10 years 前 | 2 个回答 | 0
2
个回答提问
Finding pixels having a specific intensity value
Hi, I want to find the pixels or the infinitesimal areas having an intensity value of 255 in a grayscaled image and calculate t...
11 years 前 | 2 个回答 | 0
