Community Profile

photo

Ilya Dikariev


Last seen: plus d'un an il y a Actif depuis 2021

Followers: 0   Following: 0

Programming Languages:
MATLAB
Spoken Languages:
English, German, Russian, Turkish

Statistiques

All
  • CUP Challenge Master
  • Thankful Level 1
  • First Answer
  • Commenter
  • Community Group Solver
  • Solver

Afficher les badges

Feeds

Afficher par

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...

presque 2 ans il y a | 1 réponse | 0

1

réponse

A répondu
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 ...

presque 2 ans il y a | 0

A répondu
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...

presque 2 ans il y a | 0