![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/5517954_1522108940035_DEF.jpg)
Tamfor Dulin
University of Maryland College Park
Followers: 0 Following: 0
Statistik
RANG
35.190
of 297.046
REPUTATION
1
ANTWORTZUSTIMMUNG
64.29%
ERHALTENE STIMMEN
1
RANG
of 20.422
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.776
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
Call a guide-made function/callback in a programmatically-made function.
How am I to call a function made through GUIDE in a function that was made without GUIDE. Everytime I do it just says Not ...
mehr als 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Callback not working properly.
Hey, I ham having problems call the function cmp_button_Callback(hObject, eventdata, handles) but when I do it tells me...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to change image of an axes when value changes using 'addlistener'?
I just wanted to change between images of an axes whenever a specific file a exists. Please how would I be able to do that?
mehr als 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to programmatically change the image in an axes in a guide code?
So I am using guide to assist me in some few things but after that I do a lot of things programmatically. Currently, I am stuck ...
mehr als 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Figure that pop up when requested.
Pretty much a figure that pop up like a warning dialog when needed. For example if I press a button and the figure is already op...
mehr als 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to create figure that does not allow any interaction with other figure until figure is closed/gone?
Pretty much it is just like a dialog box that does not allow any interaction with the preceding figure and it continues to make ...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to change image of axes within a programmatic function?
I tried changing the image of the axes (created with GUIDE) by using... axes(handles.intro_chckbx_cmp) imshow('check.png...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortPlotting decimals in matlab?
Use comma (,) instead of colons (:) like so x = 0:20:120; y = [2.5,3.8,4.5,4.8,4.9,5.0,5.0]; plot(x,y)
mehr als 9 Jahre vor | 0
Frage
One function for an infinite amount of pushbuttons in matlab
So I was trying to create something that is similar to this testGUI below. But instead of actually limiting the numbers of butto...
mehr als 9 Jahre vor | 2 Antworten | 1
2
AntwortenFrage
How to consistently scan for a text file (or any file)?
So I wanted my app to scan a text file consistently... So that it will update according to what the file has soon as the file is...
etwa 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Change positions of specific compoent based on conditions
Hey Guys, So I want change the position of component such as list box and edit text. I already know how to change the positio...
etwa 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to hide sub-options (eg. listbox, edittext) when selecting an option in GUI using GUIDE?
So I am using GUIDE to create my GUI and wanted to make it a bit smaller because it is cluttered with a lot of options. I am tr...
etwa 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to delete empty spaces in matrix?
So I have been trying to remove the empty spaces created by the matrix not selected. The matrix (not shown in code) is identifie...
etwa 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to create Dual listbox which transfers items on selection and button press?
So I am trying to create a kind of system where one can be able to transfer items to the other listbox but pressing those button...
etwa 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to callback a pushbutton so code executes once pressed on GUIDE?
So I am having a problem trying to get the push button to execute when I click it once I select items from a listbox. Also, when...
mehr als 10 Jahre vor | 1 Antwort | 0