Feeds
提问
how to create a colormap to represent an image with negative pixels
Hello, After some operations on two images I1 and I2 , you create a third image M such that M=(I1-I2/(I1+I2). M would contai...
11 years 前 | 1 个回答 | 0
1
个回答提问
number of nearest neighbous around each element of a matrix
I have a matrix that contain coordinates I=[x y z]. I need to find the number of nearest neighbors for each point in the matrix ...
11 years 前 | 2 个回答 | 0
2
个回答提问
hwo to arrange certain rows of a matrix into cell array
Hello! I need to arrange certain rows of a matrix into a cell array. The data matrix is arranged as follows: [positionx posi...
12 years 前 | 2 个回答 | 0
2
个回答提问
how to do convolution in cftool
Hello, Is it possible to use convolution in cftool, I want to fit some data with a convolution of two custom functions. How t...
12 years 前 | 0 个回答 | 0
0
个回答已回答
How to average certain elements in a matrix using for loop.
Thank you so much for your answers! much appreciated!
How to average certain elements in a matrix using for loop.
Thank you so much for your answers! much appreciated!
12 years 前 | 0
提问
How to average certain elements in a matrix using for loop.
Hello, I am trying to operate on a matrix that has the following columns: M=[x_coordinates y_coordinates ID] I would like...
12 years 前 | 3 个回答 | 1
