Community Profile

photo

sn at


Last seen: 4 years ago Active since 2017

Followers: 0   Following: 0

Statistics

  • First Review
  • Thankful Level 3

View badges

Feeds

View by

Question


Extract and show non zero pixels of a 2D image in MATLAB
Hello, I have an image ima; of size 256x96; I use find( ) to find the nonzero pixels' linear indices indd=find(ima); [row c...

4 years ago | 2 answers | 0

2

answers

Question


Using Dijkstra algorithm.
I found this function function [dist,path] = CSDG_Dijkstra_SP(nodes,segments,start_id,finish_id,L,PlotFlags); whi...

7 years ago | 0 answers | 0

0

answers

Question


How to get a Daubechies4 discrete wavelet transform MATRIX?
I need a matrix that when I multiply it with X, gives me the coefficients of X in wavelet domain. It means that this matrix cont...

7 years ago | 1 answer | 2

1

answer

Answered
How to multiplicate two block matrices with following conditions?
I found a file named block diagonal multiplication by David Holdaway in File Exchange. This function is Used for multiplyin...

7 years ago | 0

Question


How to multiplicate two block matrices with following conditions?
I have a block diagonal matrix P with size 500*500 like this P=[A 0 0 0 A 0 0 0 A... ... ]; ea...

7 years ago | 1 answer | 0

1

answer

Question


How to create a Markov chain sequence given the transition matrix and the states
There is 5 states as follows: QS=[2.0243 -0.6361 0.7770 1.0486 1.1569] % or QS={2.024 ,-0.6361...

7 years ago | 0 answers | 0

0

answers

Question


Forming a block diagonal matrix of one certain matrix?
I have a matrix A which is m*n. I want to create a block diagonal matrix of size 100*100 whose diagonal elements are the matrix ...

7 years ago | 3 answers | 1

3

answers

Question


How to create a m*n matrix with 0,1 entries?
In this matrix All entries are zeros except for a single 1 in each row and at most a single 1 in each column?

7 years ago | 2 answers | 0

2

answers

Question


Find the euclidean distance between elements of two matrices, one element of first one from all elements of the second one.
I have {(x1,y1)|x1 belongs to X1 and y1 belongs to Y1} {(x2,y2)|x2 belongs to X2 and y2 belongs to Y2} and: X1=[6...

7 years ago | 1 answer | 0

1

answer

Question


I want to plot phantom image's sampling pattern given here.
this is the image: <</matlabcentral/answers/uploaded_files/69186/Untitled.png>> and this is the code: path(path, '....

7 years ago | 1 answer | 0

1

answer

Answered
How can I Position N nodes in WSNs which are distributed uniformly at random in a grid of a certain size?
How to label other nodes to be able to calculate the distance between them (d_ij) and compare each pair's distance with d_max?...

7 years ago | 0

Answered
How can I Position N nodes in WSNs which are distributed uniformly at random in a grid of a certain size?
And I have one more question please, The distance between each two nodes should not be more than d_max, in order to have a conne...

7 years ago | 0

Question


How can I Position N nodes in WSNs which are distributed uniformly at random in a grid of a certain size?
N=number of nodes, observation field of size=(100*sqrt(N)*100*sqrt(N)), divide the field into sqrt(N)*sqrt(N) grid of squa...

7 years ago | 3 answers | 0

3

answers