photo

DocD


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

10 Questions
0 Answers

RANK
198,788
of 300,753

REPUTATION
0

CONTRIBUTIONS
10 Questions
0 Answers

ANSWER ACCEPTANCE
30.0%

VOTES RECEIVED
0

RANK
 of 21,075

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,858

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Setting up and calculating using an array and ginput?
Hi I'm trying to get my code to calculate the difference between x, y coordinates held in an array and that acquired from ginput...

8 years ago | 1 answer | 0

1

answer

Question


Display separate (X, Y) value matrices next to each other?
<</matlabcentral/answers/uploaded_files/93234/ColumnEx.jpg>> I've got a series of single Ginput x, y coords, that I'd like to...

8 years ago | 1 answer | 0

1

answer

Question


Calculating values from string and displaying?
I'm trying to perform a calculation on two values that basically takes the second x, y value in the array "EasyPracNumbers" and ...

8 years ago | 1 answer | 0

1

answer

Question


Output format error?
Hi There, I'm trying to output data to screen in two columns, the first column contains the ginputs (x,y coordinates) from user...

8 years ago | 1 answer | 0

1

answer

Question


How to select points using ginput on single mouse click instead of double?
How do I set my code to use single clicks to register inputs instead of double clicks when using ginput? Heres my code: ...

8 years ago | 1 answer | 0

1

answer

Question


Problems storing, processing and displaying ginput value?
I've got the following code: clear clc close all Map=imread('Map.Jpg'); imshow(Map); hold on; A...

8 years ago | 0 answers | 0

0

answers

Question


How to work out Pythagoras Error from image points?
<</matlabcentral/answers/uploaded_files/93052/PythExample.jpg>> Hi There, How do you work out pythagoras error using matla...

8 years ago | 1 answer | 0

1

answer

Question


removing previously selected points from image and displaying value?
How do I remove a selected point from an image and display its value? I want it to prompt the user to select point A on an im...

8 years ago | 2 answers | 0

2

answers

Question


Marking points on an image
Hi There, I'm trying to mark ten points on an image and then ultimately display these points to screen in a 2x10 table with t...

8 years ago | 1 answer | 0

1

answer

Question


How do I select and mark points and calculate angle and distance between them
Hi there, I'm trying to use matlab to: Firstly, mark 2 points on an image with an X where the user clicks and a 1 for the fi...

8 years ago | 1 answer | 0

1

answer