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년 전 | 답변 수: 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년 전 | 답변 수: 2 | 0

