Feeds
提问
setdiff with reptitions ?
i have two array A ,B i need to know all elements that inside A but not B including reptitons ,thx .
7 years 前 | 1 个回答 | 0
1
个回答提问
how can i valid if the polygon i have received , X=[x1,x2,x3,x4] Y =[y1,y2,y3,y4] has no internal angle bigger than 180
how can i valid if the polygon i have received , X=[x1,x2,x3,x4] Y =[y1,y2,y3,y4] has no internal angle bigger than 180 ; i a...
7 years 前 | 2 个回答 | 0
2
个回答提问
mapping a matrix to array to new matrix (mapping image to tone image )
i have a matrix A n*m for example A,3*3 = A[0,3,10;255,6,8;7,9,9] the values between 0 to 255 and i have array B 1*256 that i...
7 years 前 | 2 个回答 | 0
2
个回答提问
comparing between two string cells without using loops
given 2 string cells and k categories how can i compare 2 string cells element by element without using loops. for example: ...
8 years 前 | 1 个回答 | 0
1
个回答提问
given a large array of words and little cell how can i find for each word in the array the number of occurrences in the cell
given alrage single array or cell : A=['apple','bad','boring','car','champ','corn'...] /* about 4585 words no repetitions...
8 years 前 | 1 个回答 | 0
1
个回答提问
count occurrences of string in acell of cells array (How many times a string appear) /*naive baies algorthim -cs*/
i have given alarge single cell name Vocabulary. Vocabulary = {'aaa','acc','champion'...,'zzz'} //all the words existing in al...
8 years 前 | 0 个回答 | 0
