Feeds
提问
How to equalize column?
I have 2 arrays A = [ 1 2 3 4 5] B = [ 0 0 3] How do can i get C = [ 1 2 3 4 5;0 0 3 0 0] in a general way because im...
10 years 前 | 1 个回答 | 0
1
个回答提问
Add single element to matrix
I'm doing a simple image segmentation task using k-means clustering. My idea is to compare each pixel to mean value, if it is q...
10 years 前 | 2 个回答 | 0

