Community Profile

photo

Grigory Tagiltsev


Last seen: nästan 2 år ago Active since 2018

Followers: 0   Following: 0

Statistics

  • First Review
  • First Answer

View badges

Feeds

View by

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

ungefär 6 år ago | 0

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

ungefär 6 år ago | 0