photo

Grigory Tagiltsev


Last seen: 2 years 前 自 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:...

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

7 years 前 | 0