Statistica
All
RANK
219.973
of 301.537
REPUTAZIONE
0
CONTRIBUTI
1 Domanda
2 Risposte
ACCETTAZIONE DELLE RISPOSTE
100.0%
VOTI RICEVUTI
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
How to find same unique in two different size arrays?
Assuming we have two different array sizes with similar items in it. How to find number of common items in these arrays? for ex...
quasi 4 anni fa | 1 risposta | 0
1
rispostaRisposto
Calculate mean value of every element of a .mat file
singleMatrix=zeros(size(oldMatrix)); for i=1:length(singleMatrix) singlematrix=mean(oldMatrix); end that should work if ...
Calculate mean value of every element of a .mat file
singleMatrix=zeros(size(oldMatrix)); for i=1:length(singleMatrix) singlematrix=mean(oldMatrix); end that should work if ...
quasi 4 anni fa | 0
Risposto
Saving data as binary
k_new=str2num(dec2bin(k))' would do. But if you want to still reduce the the size, just use dec2bin which keeps the data in char...
Saving data as binary
k_new=str2num(dec2bin(k))' would do. But if you want to still reduce the the size, just use dec2bin which keeps the data in char...
quasi 4 anni fa | 0





