Community Profile

photo

Grigory Tagiltsev


Last seen: 거의 2년 전 2018년부터 활동

Followers: 0   Following: 0

통계

  • First Review
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
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:...

대략 6년 전 | 0

답변 있음
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...

대략 6년 전 | 0