![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/10424204_1522136136937_DEF.jpg)
Abhay Aradhya
Followers: 0 Following: 0
Statistica
RANK
5.606
of 297.016
REPUTAZIONE
8
CONTRIBUTI
8 Domande
2 Risposte
ACCETTAZIONE DELLE RISPOSTE
75.0%
VOTI RICEVUTI
2
RANK
of 157.725
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
How to get my graph to fit the data?
<</matlabcentral/answers/uploaded_files/80263/Capture.PNG>> How do I get my left graph to fit the data and look similar to ...
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
How do I replace the sting value in one popup based on the value selected in another popup?
popupMenu = uicontrol(topPanel,'Style','popupmenu',... 'String',solString,... 'Units','nor...
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
How do I reset data in my GUI?
I have quite a few elements in my GUI, when I re-render the elements of my GUI it seems that the position property points the la...
oltre 7 anni fa | 0 risposte | 0
0
risposteGUI
You could do this using the callbacks of the button property ax = figure('Name','First GUI'); selectButton1 = uicont...
oltre 7 anni fa | 1
Positioning problem with GUIDE
Because you are normalizing the units, the various tabs and boxes takes different sizes. That is because when you normalize you ...
oltre 7 anni fa | 1
| accettato
Domanda
How to create two "axes" plots in the same GUI?
customUserInterface = figure('Name','Solution selector window'); ax = axes('Parent',customUserInterface,'Position',[.1 ...
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
"Invalid handle." Error while using "Plot3".
ax = axes('Parent',customUserInterface,'Position',[.1 .5 .375 .4]); hold on for m=1:numOfAP plot3(ax,Data(m).traj...
oltre 7 anni fa | 2 risposte | 0
2
risposteDomanda
How do I refresh data in an axes in Matlab GUI?
I am trying to update a graph every time the value of variable "sectors_all" changes or the button "select" is pressed. How d...
oltre 7 anni fa | 0 risposte | 0
0
risposteDomanda
How do I translate RGB color to a color on my patch Object?
X = [0 0 5; 0 0 5; 4 4 9]; Y = [0 4 0; 3 7 3; 0 4 0]; C = [0; .2422; 1]; figure patch(X,Y,C); Can anyone please...
oltre 7 anni fa | 2 risposte | 0
2
risposteDomanda
I am trying to programmatically create some GUI pushbuttons, but I am unable to retrieve the values passed in the callback. I want to find out the value and string attribute of the button pressed.
function autobuttongenrate f = figure; numOfButtons = 7; p = uipanel(f,'Title','My Panel...
oltre 7 anni fa | 1 risposta | 0