photo

KAMOOSH BABA SHAIK


Last seen: mehr als 4 Jahre vor Aktiv seit 2021

Followers: 0   Following: 0

Statistik

MATLAB Answers

2 Fragen
3 Antworten

RANG
5.315
of 300.364

REPUTATION
9

BEITRÄGE
2 Fragen
3 Antworten

ANTWORTZUSTIMMUNG
0.0%

ERHALTENE STIMMEN
3

RANG
 of 20.934

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.407

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

mehr als 4 Jahre vor | 2 Antworten | 1

2

Antworten

Frage


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

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

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

mehr als 4 Jahre vor | 1

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

mehr als 4 Jahre vor | 1