photo

Franklin Prashanth C


VIT University

Active since 2018

Followers: 0   Following: 0

Message

Student learning MATLAB.

Statistics

MATLAB Answers

2 Questions
1 Answer

RANK
113,235
of 297,457

REPUTATION
0

CONTRIBUTIONS
2 Questions
1 Answer

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20,438

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 158,938

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

View badges

Feeds

View by

Question


how to get the xy oordinate of each pixel making up the white line?
<</matlabcentral/answers/uploaded_files/109421/Untitled.png>> I made a planar robot's dynamic model on simulink, now, how do ...

7 years ago | 1 answer | 0

1

answer

Answered
Finding x,y coordinates of pixel by RGB color value
How can I get these xy coordinate values, so that I can use it.? [rows, cols] = find(BW==1); or [rows, columns] = find(ma...

7 years ago | 0

Question


if there is an object (say a line) in an image, how to find the xy coordinates of each pixel that makes the line?
<</matlabcentral/answers/uploaded_files/102061/c1.png>> The XY coordinate values of each pixel of the red line. Such that I c...

7 years ago | 1 answer | 0

1

answer