photo

Ryan


Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
274,858
of 300,508

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
75.0%

VOTES RECEIVED
0

RANK
 of 21,019

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,435

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


How do i keep Matlab from rounding a number so i can put it in a GUI text box
When i do the following: [column, row] = ginput(1); newRow = round(row); newColumn = round(column); ...

12 years ago | 1 answer | 0

1

answer

Question


Pixel Selection within a GUI
Okay soi have four small pictures within a GUI, i need the user select a single pixel from one of these four images. How would i...

12 years ago | 2 answers | 0

2

answers

Question


How do i obtain a single pixel value in a grayscale image by clicking on it?
I have a GUI snd i need to obtain a pixel value of one of my images so i can set a threshold for segmentation. I only want one p...

12 years ago | 1 answer | 0

1

answer

Question


Why is "hold on" messing up my plot and how do i get rid of the straight line on 0
The Excel file is a just a two column sheet of numbers, but i dont know why when i use hold on it puts my three *'s on 0? but at...

13 years ago | 1 answer | 0

1

answer