Statistik
12 Fragen
0 Antworten
RANG
174.132
of 295.527
REPUTATION
0
BEITRÄGE
12 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
66.67%
ERHALTENE STIMMEN
0
RANG
of 20.242
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.057
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Removing the outline or border around the Edit Text box in the GUI
I'm preparing a GUI, and for purposes of aesthetics, I want to remove the gray border around the edit text box, or change its co...
mehr als 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Using KeyPressFcn to initiate the callback?
Hi, I have a function under a button callback, including ginput and other functions. However, at the moment, the button needs to...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Filling a group of pixels with a new color?
I've taken a picture, say 10x10 pixels, and converted it to doubles like this: a = imread('photo'); b = im2double(a); ...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I assign a matrix to a grid on an image?
I would like to split a 1000x1000 pixel image into 10x10 pixel boxes to form a grid. I would then like to assign a zero to each ...
mehr als 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How can I get someone to input a function in a GUI and then work with that function?
I want to create a GUI in which the user can type in a function, f(x). I then want to go into the script editor and use their fu...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
User Input From a Grid
I want to display an image with a grid, have the user select different colors in a GUI and click on the grid. Once they click, t...
mehr als 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How do you use inpolygon?
I am trying to learn how to use this function. I have a photo of two buttons, and have acquired the bounding boxes for those but...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I save the coordinates from ginput()?
I want to get the bounding boxes of two buttons on a screen. I would like to write a loop with ginput such that for each butt...
mehr als 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How do you preallocate variables for coordinates?
I'm trying to use ginput in multiple iterations and save the coordinates into variables...for example. for k = 1:3 [x(i...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I find the indices of the 3 largest values in my matrix?
I have a matrix with varying values. I want to find the 3 largest values in this matrix and assign their indices to 3 different ...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to use a counter with a loop
How do you use a counter with a for loop? I want to learn how to input a bunch of numbers into a loop and use the counter to ...
mehr als 11 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
Merging or Combining Rows
I have a matrix that looks like this: 86 34 23 59 93 45 (Random numbers) But I want to make it like this: 8634 ...
mehr als 11 Jahre vor | 2 Antworten | 0