photo

Hafsa Asad


Aktiv seit 2015

Followers: 0   Following: 0

Statistik

MATLAB Answers

1 Frage
4 Antworten

RANG
10.013
of 300.392

REPUTATION
4

BEITRÄGE
1 Frage
4 Antworten

ANTWORTZUSTIMMUNG
100.0%

ERHALTENE STIMMEN
2

RANG
 of 20.933

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.335

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 Review
  • Thankful Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
matlab code for Hierarchical Centroid Shape Descriptor method
You can find that feature extraction (Hierarchical Centroid Shape Descriptor) from here: https://www.mathworks.com/matlabcentra...

mehr als 6 Jahre vor | 0

Beantwortet
Stop an infinite loop after a certain amount of time
how about this for a 15 second-limit? tic while toc<15 % do stuff end

etwa 7 Jahre vor | 1

Frage


Why does audiowrite modify my data frames slightly?
I have a vector that I want to write to an audio file (any format, .wav or .mp4 or any other audio format). Afterwards, I want ...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Rectangle around the object, Bounding box,
Here is an even simpler way to do it if you have the binary image with white blobs st = regionprops(my_binary_image, 'Bou...

fast 9 Jahre vor | 0

Beantwortet
Save signal as .dat file
dlmwrite('myfile.dat', my_matrix_vals)

mehr als 10 Jahre vor | 1