photo

KAMOOSH BABA SHAIK


Last seen: 4 years ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
3 Answers

RANK
5,228
of 299,246

REPUTATION
9

CONTRIBUTIONS
2 Questions
3 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
3

RANK
 of 20,666

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 163,884

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

  • First Answer

View badges

Feeds

View by

Question


Surface crack detention and length , width.
Please give me the code for Surface crack detention and length , width. using image processing

4 years ago | 2 answers | 1

2

answers

Question


Filtering Noise: (2/2) Remove Noise from an Image
Compute the row sums for both the original and smoothed binary images, BW and BWsmooth. Plot these signals together on the same ...

4 years ago | 0 answers | 0

0

answers

Answered
extract first row from matrix
You can combine indexing with assignment to change array values to equal other elements. For example, this code would change the...

4 years ago | 1

Answered
How to display two non-consecutive column vectors
Indices can be non-consecutive numbers. Try extracting the first, third, and sixth elements of density. p = density([1,3,6]) f...

4 years ago | 1