Abhay Aradhya
Followers: 0 Following: 0
Statistiques
RANG
5 879
of 295 569
RÉPUTATION
8
CONTRIBUTIONS
8 Questions
2 Réponses
ACCEPTATION DE VOS RÉPONSES
75.0%
VOTES REÇUS
2
RANG
of 20 247
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 105
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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 ...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 7 ans il y a | 1 réponse | 0
0
réponseGUI
You could do this using the callbacks of the button property ax = figure('Name','First GUI'); selectButton1 = uicont...
plus de 7 ans il y a | 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 ...
plus de 7 ans il y a | 1
| A accepté
Question
How to create two "axes" plots in the same GUI?
customUserInterface = figure('Name','Solution selector window'); ax = axes('Parent',customUserInterface,'Position',[.1 ...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
"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...
plus de 7 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 7 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 7 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 7 ans il y a | 1 réponse | 0