photo

Yuvashree Mani Urmila


自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


create 3*3 matrix around a given pixel
I have a centroid plotted on a blank image using the command img(a(2),a(1))=1; I would like to create a 3*3 matrix of ones...

10 years 前 | 2 个回答 | 0

2

个回答

提问


how to compare two structures
I have two structures. structure1=(8666*1) --> every cell has x and y coordinate values(two numeric values) structure2=(2785*1...

10 years 前 | 1 个回答 | 0

1

个回答

提问


compare pixel positions in structures
I have two structures structure 1 : 8666*1 structure 2 : 2785*1 They have the x and y coordinates of some pixels.(pixel pos...

10 years 前 | 0 个回答 | 0

0

个回答

提问


how to count the different dots seperately
I have an image with red dots ,green dots and yellow dots. some dots are touching eachother. (2 pixels) and some dots are alone...

10 years 前 | 1 个回答 | 0

1

个回答

提问


identify similar and new dots from two binary images
I have two binary images. Image 1 and image 2 with numerous signal dots. both images belong to the same scene but they were take...

10 years 前 | 0 个回答 | 0

0

个回答

提问


compare dots in two binary images
I have two binary images(Image1 & Image2). Both images have dots. The images belong to the same scene but taken at different t...

10 years 前 | 1 个回答 | 0

1

个回答

提问


load .mat files in order
I have a set of output files in structure format saved as .mat (output1,output2,output3,..outputn) I am using this code to load...

10 years 前 | 2 个回答 | 0

2

个回答

提问


vertical concatenation of matrices in a loop
I have a set of matrices saved in a data structure. I need to vertically concatenate the matrices. The number of columns is cons...

10 years 前 | 1 个回答 | 0

1

个回答

提问


convolution of two signals
I have two signals represented by x and y values respectively. I have to find the convolution between the two signals. I am at...

10 years 前 | 4 个回答 | 0

4

个回答

提问


concatenate 3 dimensional matrix in a loop
I have 128 matrices( n*32) stored in a dataStructure. I want to concatenate these matrices in 3 dimensional so its possible for ...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Matrix visualization as an image
To know my data better i wanted to visualize my data matrix as an image. I used imagesc to do that. code: imagesc(dataStruc...

10 years 前 | 1 个回答 | 0

1

个回答

提问


matrix visualization using imagesc
I used imagesc to visualize a matrix. I am attaching the plot i got here. Most of the values are in the same blue. what can b...

10 years 前 | 1 个回答 | 0

1

个回答

提问


visualizing a matrix using imagesc
I used imagesc to visulaize a matrix (57*32 rows) but i dont get a good result. I am attaching the plot here. Can someone hel...

10 years 前 | 1 个回答 | 0

1

个回答

提问


how can i plot a matrix with corresponding feature names
I am expecting to plot a matrix (57*32) 57 rows of measurements with 32 features. I have the data in a structure. how to vis...

10 years 前 | 1 个回答 | 0

1

个回答