photo

Syed Ahson Ali Shah


Last seen: 29 days ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

0 Questions
2 Answers

RANK
11,379
of 300,369

REPUTATION
4

CONTRIBUTIONS
0 Questions
2 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
1

RANK
 of 20,936

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,436

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

  • First Answer

View badges

Feeds

View by

Answered
How do I avoid the error message "Index exceeds the number of array elements" in a for loop?
the variable in j takes on 13 values. day=[1,6,13]; for j = day(1):day(3) j end You might do like this: day=[1,6,13...

3 years ago | 0

Answered
how can i perform gray scale image normalization???
This is the Formula: Normalized Image = (Original image - min of image) * ((newMax-newMin) / (ImageMax - ImageMin)) + newMin w...

3 years ago | 1