photo

jalal Ahmad


uet peshawar

Attivo dal 2013

Followers: 0   Following: 0

Messaggio

Professional Interests: random signal and noise

Statistica

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

quasi 11 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 11 anni fa | 3 risposte | 0

3

risposte

Domanda


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

quasi 11 anni fa | 2 risposte | 0

2

risposte