photo

jalal Ahmad


uet peshawar

Aktiv seit 2013

Followers: 0   Following: 0

Nachricht

Professional Interests: random signal and noise

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


to use string printed in cammand window in matlab code
I want to use a string that is printed in the cammand window in my matlab code, how is that possible??

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


randomly picking some files
I want to pick some .wav files randomly from a certain directory without replacement or with no repititions .. how is that possi...

fast 11 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


randomly access a file in matlab
f = dir( myfolder ); ridx = randi(numel(f)); disp( ['Chosen file is: ' f(ridx).name] ); when I run this code for 5 files ...

fast 11 Jahre vor | 2 Antworten | 0

2

Antworten