
Ilya Dikariev
Programming Languages:
MATLAB
Spoken Languages:
English, German, Russian, Turkish
MATLAB
Spoken Languages:
English, German, Russian, Turkish
Statistics
All
RANK
206,049
of 275,522
REPUTATION
0
CONTRIBUTIONS
1 Question
2 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 18,560
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Question
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...
10 months ago | 1 answer | 0
1
answerAnswered
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 ...
10 months ago | 0
Answered
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...
10 months ago | 0