Community Profile

photo

Ryan


Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • 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); ...

11 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...

11 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...

11 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...

11 years ago | 1 answer | 0

1

answer