photo

TY


自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

  • First Review

查看徽章

Feeds

排序方式:

提问


Can anyone explain the following code? (Shape recognition)
Hi all, I found an algorithm to segment different regular shapes on the File Exchange at <https://www.mathworks.com/matlabcentra...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Connect pixels to form the boundary of an object
Hi, I want to connect disjoint pixels to form the boundary of the object. What are the necessary commands/procedures to do so...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to convert the following program to vector operation (not using for loop)
function y= natural_log(x,n) if (abs(x)>=1)||(n<=0) disp ('Error') else if ((abs(x)<1)&&(n>0)) y=x; ...

9 years 前 | 1 个回答 | 0

1

个回答