photo

Saurabh Patel


Indian Institute of Science

Last seen: 4 years ago Active since 2018

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

0 Questions
2 Answers

RANK
18,186
of 300,379

REPUTATION
2

CONTRIBUTIONS
0 Questions
2 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
1

RANK
 of 20,931

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,299

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

View badges

Feeds

View by

Answered
How to Read or access diagonal pixels of an Image from (R1,C1) to (R2,C2)?
Try the following: % Specify the value of (r1,c1) and (r2,c2) r1 = 1; c1 = 112; r2 = 141; c2 = 1; % alpha is parameter...

7 years ago | 0

Answered
Can I use regionprops two times with two different variables in the same program at time?
Probably following lines have error. circleCenterX = s1.Centroid(1); circleCenterY= s1.Centroid(2); s1 might be nx1 st...

7 years ago | 1