Community Profile

photo

Grigory Tagiltsev


Last seen: presque 2 ans il y a Actif depuis 2018

Followers: 0   Following: 0

Statistiques

  • First Review
  • First Answer

Afficher les badges

Feeds

Afficher par

A répondu
How to measure weight and size of a object in matlab
If you have this object as an image, binarize the image and use regionprops command (image processing toolbox required). https:...

environ 6 ans il y a | 0

A répondu
Elegantly refer to the second output from a function
You have to call the function anyway. You can do [~,B] = ismember(1,[0,1,2,3,4,5]); and avoid A. It doesn't decrease a number of...

environ 6 ans il y a | 0