Feeds
提问
Value of Pop-up Menu
I want to get value as a number from pop-menu. for example if user want to select gender. 1 for male and 2 for female. i have c...
13 years 前 | 2 个回答 | 0
2
个回答提问
Combining matrix value with its previous value
Hello all.. I use c=bsxfun(@eq,b,a) to compare value of two matrix. but i difficult to count unmatch value. for example i use t...
13 years 前 | 1 个回答 | 0
1
个回答提问
Comparing between Array Elements and result matrix too
hey.. i want to comparing two matrix for example a = [ 1 2 3 4 5 6] b = [ 1 3 2 4 5 6; 1 2 3 4 5 6; 2 2 3 4 5 6] if ele...
13 years 前 | 1 个回答 | 0
