Feeds
提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 2 个回答 | 0
2
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
