photo

DB


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

9 Questions
0 Answers

RANK
233 072
of 300 392

REPUTATION
0

CONTRIBUTIONS
9 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 20 934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168 373

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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

mer än 8 år ago | 1 answer | 0

1

answer

Question


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

mer än 8 år ago | 0 answers | 0

0

answers

Question


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

mer än 8 år ago | 0 answers | 0

0

answers

Question


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

mer än 8 år ago | 1 answer | 0

1

answer

Question


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

mer än 8 år ago | 1 answer | 0

1

answer

Question


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

mer än 8 år ago | 1 answer | 0

1

answer

Question


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

mer än 8 år ago | 3 answers | 0

3

answers

Question


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

mer än 8 år ago | 3 answers | 0

3

answers

Question


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');...

nästan 9 år ago | 1 answer | 0

1

answer