Statistica
12 Domande
0 Risposte
RANK
276.754
of 295.673
REPUTAZIONE
0
CONTRIBUTI
12 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
33.33%
VOTI RICEVUTI
0
RANK
of 154.257
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
Saving Image Dataset in Array
I have number of 17327 jpg files in my dataset. I need to save them in an array with dimensions [number of images, 224,224,3] . ...
oltre 5 anni fa | 0 risposte | 0
0
risposteDomanda
char to binary converting
<</matlabcentral/answers/uploaded_files/107705/2018-03-08%2017_15_29-MATLAB%20R2016a.png>> I have this Char. I need to apply ...
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
Binary Symmetric Channel Implementation
I have Cell array as seen on the picture, I want to apply bsc function to it however I get 'DATA must be real binary values.' I ...
oltre 6 anni fa | 0 risposte | 0
0
risposteDomanda
Cell To Array Problem
I have many rows such as '0' '1' '1' '0', I want all of them to make in a single column , I mean 0110 . I tried the cell2mat and...
quasi 7 anni fa | 1 risposta | 0
1
rispostaDomanda
Lempel - Ziv Decoder
After running Lempel-Ziv encoder, I need to decode it back . For example, We have a sequence which is 0011 . The last digit of...
quasi 7 anni fa | 1 risposta | 0
1
rispostaDomanda
Horizontal constant line plot
I am using plot(1:3600,ones .* 78) 'it gives empty plot' this to plot a horizontal line for y axis is consant 78, x axis is from...
quasi 7 anni fa | 1 risposta | 0
1
rispostaDomanda
Determining Average Heart Rate of ECG Signal
<</matlabcentral/answers/uploaded_files/99726/soruu.png>> I have this ECG Signal. I am trying to determine the average heart...
quasi 7 anni fa | 3 risposte | 0
3
risposteDomanda
Random combinations of symbols (restored)
*Matt J undeleted this a 3rd time: (I won't stop)* probVector = [0.4 0.05 0.2 0.15 0.2]; P(A)= 0.4 P(B)=0.05...
quasi 7 anni fa | 2 risposte | 0
2
risposteDomanda
Returning Variables as Characters
I have function such that a= rand (1,10); % it generates random real numbers from 0 to 1 i=1:10; if b(i)< 0.4; ...
quasi 7 anni fa | 2 risposte | 0
2
risposteDomanda
Comparison between two vectors
[1;0;1;1;0;1;1;0;1;0] [0 1 0 0 0 1 1 0 1 1] I want to compare these two vectors. I want MATLAB to write as a result of i...
quasi 7 anni fa | 1 risposta | 0
1
rispostaDomanda
Sum of each row ?
I have [1 1 0; 0 1 0; 0 0 0;] and I want to write that if average of each row > 0.5 it equals 1 , else 0 for the example abov...
quasi 7 anni fa | 3 risposte | 0
3
risposteDomanda
How to find unique elements in a vector without using unique or find?
I have A=randi(100,1,100); How can I find unique values in array and show them without using unique() and find() .
circa 8 anni fa | 2 risposte | 0