Community Profile

photo

Grigory Tagiltsev


Last seen: quasi 2 anni fa Attivo dal 2018

Followers: 0   Following: 0

Statistiche

  • First Review
  • First Answer

Visualizza badge

Feeds

Visto da

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

circa 6 anni fa | 0

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

circa 6 anni fa | 0