Statistica
12 Domande
0 Risposte
RANK
88.931
of 300.863
REPUTAZIONE
0
CONTRIBUTI
12 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
50.0%
VOTI RICEVUTI
0
RANK
of 171.413
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
How to convert floating point to binary bits with the given condition?
I have generated random numbers using rand() function. a=rand(4,4); out1=[0.868694705363510,0.800068480224308,0.26380291652199...
circa 5 anni fa | 1 risposta | 0
1
rispostaDomanda
How to convert a variable which has binary data in .mat format to .txt?
I have 228796×8 double data in .mat format.I need to convert that into .txt format.How can I do that? Please help me out. Thank...
circa 6 anni fa | 1 risposta | 0
1
rispostaDomanda
How to remove (;) from a string?
I have a string '[1;0;0;0;1;0;0;0;1;0;0;0;1;0;0;0;1;0;0;0;1;0;0;0]' how to remove ';' so that I can get output as 1000100010001...
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
How to convert binary to floating points?
I have the following code,which converts the wavdata into binary sequence. wavbinary = dec2bin( typecast(single(wavdata(:)),'ui...
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
How to plot graph the values of given program
I have this program and after running I ll get the values. Now I need to plot all the values. how to to that? Help me. Thank...
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
How to store the output values in matrix?
I have the following program for logistic map function, function x=logistic(n,level,a,x0) %Syntax: x=logistic(n,level,a,x0...
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
How to select elements from matrix?
For the below code we will get 53440*8 matrix. fid = fopen( 'audio.wav'); data = fread(fid, [1, Inf], 'uint8'); fclose(fid);...
oltre 6 anni fa | 0 risposte | 0
0
risposteDomanda
NIST Randomness test execution
Is it possible to execute NIST TEST FOR RANDOMNESS in matlab? If so what and all the changes do we need in order to run the p...
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
how to convert the floating element matrix to binary matrix ?
a=[ 0.360 0.9216 0.2890 0.8219 0.5854 0.9708 0.1133 0.4020; 0.9616 0.1478 0.5039 0.9999 0...
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
How to shift the elements of binary matrix?
I have a 8*8 binary matrix. example; a=[1 0 0 1 0 1 0 1; 0 1 0 0 0 1 1 0; 0 1 0 1 1 0 0 0; 0 1 1 1 1 0 1 0; 1 0 1 0 1 0 1 1; 0...
oltre 6 anni fa | 0 risposte | 0
0
risposteDomanda
NIST Randomness test execution
Is it possible to execute NIST TEST FOR RANDOMNESS in matlab? If so what and all the changes do we need in order to run the pro...
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
How to compare each element of matrix having binary numbers?
let a=[1 0 1;0 0 0;1 1 1]; b=circshift(a,1); this gives us the result b=[1,1,1;1,0,1;0,0,0]; Now ...
oltre 6 anni fa | 1 risposta | 0
