photo

jalal Ahmad


uet peshawar

Active since 2013

Followers: 0   Following: 0

Message

Professional Interests: random signal and noise

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
273,744
of 300,338

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 20,922

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,149

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

  • Thankful Level 1

View badges

Feeds

View by

Question


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

12 years ago | 1 answer | 0

1

answer

Question


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

12 years ago | 3 answers | 0

3

answers

Question


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

12 years ago | 2 answers | 0

2

answers