sn at
Followers: 0 Following: 0
Statistica
RANK
14.038
of 295.467
REPUTAZIONE
3
CONTRIBUTI
10 Domande
3 Risposte
ACCETTAZIONE DELLE RISPOSTE
50.0%
VOTI RICEVUTI
3
RANK
of 153.912
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
oltre 4 anni fa | 2 risposte | 0
2
risposteDomanda
Using Dijkstra algorithm.
I found this function function [dist,path] = CSDG_Dijkstra_SP(nodes,segments,start_id,finish_id,L,PlotFlags); whi...
oltre 7 anni fa | 0 risposte | 0
0
risposteDomanda
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...
oltre 7 anni fa | 1 risposta | 2
1
rispostaHow 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...
quasi 8 anni fa | 0
Domanda
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...
quasi 8 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 8 anni fa | 0 risposte | 0
0
risposteDomanda
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 ...
quasi 8 anni fa | 3 risposte | 1
3
risposteDomanda
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?
quasi 8 anni fa | 2 risposte | 0
2
risposteDomanda
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...
quasi 8 anni fa | 1 risposta | 0
1
rispostaDomanda
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, '....
quasi 8 anni fa | 1 risposta | 0
1
rispostaHow 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?...
quasi 8 anni fa | 0
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...
quasi 8 anni fa | 0
Domanda
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...
quasi 8 anni fa | 3 risposte | 0