photo

DB


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

9 个提问
0 个回答

排名
284,913
of 300,379

声誉
0

贡献数
9 个提问
0 个回答

回答接受率
33.33%

收到投票数
0

排名
 of 20,931

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,299

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Error using nargin ,You can only call nargin/nargout from within a MATLAB function.
When im running GUI code getting an error like this "Error using nargin You can only call nargin/nargout from within a MAT...

8 years 前 | 1 个回答 | 0

1

个回答

提问


how to write a code in matlab to segment the characters using the watershed algorithm?
<</matlabcentral/answers/uploaded_files/77309/indus2.jpg>> I'm purely new to matlab application so please tell how to segment...

8 years 前 | 0 个回答 | 0

0

个回答

提问


anyone knows how to write a function in matlab to segment the characters using the watershed algorithm? any help would be much appreciated. Thank you!
*I want to matlab code for segment characters(below image) using watershed algorithm ...?* please any one help me to solve this ...

8 years 前 | 0 个回答 | 0

0

个回答

提问


how to read column wise pixels using FOR LOOP
when I'm using this code I got below results....... *figure,plot(sum(bw,2),1:size(bw,1));* <</matlabcentral/answers/uploaded...

8 years 前 | 1 个回答 | 0

1

个回答

提问


how to do horizontal projection histogram of an image
Can any one tell me how to do horizontal projection histogram of an image

8 years 前 | 1 个回答 | 0

1

个回答

提问


how to extract pixels from a image {black and white only }
<</matlabcentral/answers/uploaded_files/70045/prewitresult.jpg>> I want to extract pixels *[black and white ]* above image ,...

8 years 前 | 1 个回答 | 0

1

个回答

提问


how to get horizontal projection and vertical projection of histogram of an binary image ? can any tell me how to get these things ?
* how to get these type of histograms can any one tell me and thanks advance >>>! how to get histogram projection for below ...

8 years 前 | 3 个回答 | 0

3

个回答

提问


Maximum recursion limit of 500 reached. Use set(0,'RecursionLimit',N) to change the limit. Be aware that exceeding your available stack space can crash MATLAB and/or your computer.
it's fine working on another laptop but in my laptop will getting above error.........? can any one solve this....? clear a...

8 years 前 | 3 个回答 | 0

3

个回答

提问


how to intersect two images
a=imread('lathink.jpg'); b=imread('sobelthink.jpg'); c=bitand(a,b); subplot(2,2,2), image(uint8(c)), title('Intersection');...

8 years 前 | 1 个回答 | 0

1

个回答