Community Profile

photo

hana


Active since 2011

Followers: 0   Following: 0

Message

Statistics

  • First Review
  • 3 Month Streak
  • Thankful Level 3
  • First Answer

View badges

Feeds

View by

Answered
"uigetfile" dialog takes the entire screen??
The issue is resolved. It seemed that the computer setting were messed up. thanks

11 years ago | 0

| accepted

Question


"uigetfile" dialog takes the entire screen??
I have a GUIDE gui that calls for uigetfile at some point.. up until now the dialog appeared in a reasonable size, ...

11 years ago | 1 answer | 0

1

answer

Answered
How can I move the position of my GUI on the screen from the default?
the issue was resolved by restarting MATLAB!! There might have been a bug, but my guess is that had something to do with switchi...

11 years ago | 1

| accepted

Answered
How can I move the position of my GUI on the screen from the default?
Thank you, but normalizing units didn't work either.

11 years ago | 0

Question


How can I move the position of my GUI on the screen from the default?
I have a GUIDE gui made with MATLAB R2011a. Non of the following techniques has worked to move the gui on the screen: 1)use o...

11 years ago | 5 answers | 1

5

answers

Answered
How to update edit box's callback as soon as entering data?
Is there any way, I can do something in the CloseRequestFcn function to avoid this?

11 years ago | 0

Question


How to update edit box's callback as soon as entering data?
I have a modal guide gui with bunch of editable edit boxes. everything works out except for when I attempt to close the gui imme...

11 years ago | 2 answers | 0

2

answers

Question


Problem with using a lot of colors for consecutive lines
I am plotting these consecutive lines (the # of lines can be anywhere btw 1 and 300+) I need each line to be represented with a ...

11 years ago | 1 answer | 1

1

answer

Answered
How to use doubles and Character together in Uitable
I converted all double and character arrays to cell and then put them in a matrix & that solved the issue.

11 years ago | 0

Question


How to use doubles and Character together in Uitable
I am having trouble assigning the 'Data' property of uitable.. My data includes columns of doubles and columns of character (arr...

11 years ago | 2 answers | 0

2

answers

Question


How to stop simulation in a GUI?
How can I stop a guide gui in the middle of a simulation/ in different modes... . I'd like to have a menu option, which when sel...

11 years ago | 1 answer | 0

1

answer

Question


initializing user defined handles in GUIDE GUI
Do you have to initialize user defined handles in OpeningFcn of GUIDE gui or it's enough to declare them in any of the callback...

11 years ago | 1 answer | 0

1

answer

Question


What is the difference between delete and clmo ?
What is the difference between these two? delete(handles.*) clmo(handles.*) where handles.* is the handle to a g...

11 years ago | 1 answer | 0

1

answer

Question


How to close all figures associated with the main Gui?
I have a GUIDE gui. Let's say user didn't close the last session and is generating the gui again and there are some output figur...

12 years ago | 2 answers | 1

2

answers

Answered
Make 32 and 64 bit executable?
you have to compile the 32bit executable on a 32bit machine and the 64bit one on a 64.

12 years ago | 0

Question


how to add labels when scrolling on a figure?
I have a graphic in a GUIDE gui (a ribbon), that I would like users to see some additional information as they scroll over the f...

12 years ago | 0 answers | 0

0

answers

Question


How to disable selection highlight of a toggletool in gui?
How can I prevent a toggletool in my gui's menu from showing it's selection highlight, regardless of it's status? I've already t...

12 years ago | 1 answer | 0

1

answer

Answered
How to make sure GUI is deleted before generating it again?
I want this to happen automatically when the gui is generated.. maybe by adding some command in "varargout" or "opening" -functi...

12 years ago | 0

Question


How to make sure GUI is deleted before generating it again?
I have a GUIDE made gui and I'd like to make sure that the figure of the gui is deleted along with all associated data (destroye...

12 years ago | 4 answers | 0

4

answers

Answered
Print Pushtool in gui doesn't work!
Yes thanks Tom, that was the reason preventing the graphics from printing. but the other kind of renderer is too slow and chopp...

12 years ago | 0

Question


Print Pushtool in gui doesn't work!
I have a GUI that has a figure containing an axes and some uicontrolls plus some toolbar pushbuttons including a print Pushbutto...

12 years ago | 3 answers | 0

3

answers

Answered
Returning to a particular line in my script
the problem is that as soon as condition 3 is satisfied, I have to stop executing and leave " if condition3" as well as the res...

12 years ago | 0

Question


Returning to a particular line in my script
I have an if condition(#3) inside a while loop(#4) that is all together inside another if condition(#1 & 2). if conditio...

12 years ago | 3 answers | 0

3

answers

Answered
How to keep aspect ratio fixed, when rotating 3D objects in GUI?
yep! I have this in the opening function, as well as right after when I create my graphical object. The funny thing is that th...

12 years ago | 1

Answered
How to keep aspect ratio fixed, when rotating 3D objects in GUI?
I did that already in the opening function. Unfortunately, I still have to check the "Fixed Aspect Ratio Axes" option manually ...

12 years ago | 0

Question


How to keep aspect ratio fixed, when rotating 3D objects in GUI?
I know that you can fix the aspect ration by right clicking on the axes and choosing: Rotate Options > Fixed Aspect Ratio Axes...

12 years ago | 5 answers | 3

5

answers

Question


How to kill a colormap in a figure?
I have a gui with a single axes. At different stages, different objects are drawn. The first object being drawn is a surf with c...

12 years ago | 1 answer | 0

1

answer

Question


graphical object changing color!!
Guys, My code draws an object on top of another graphical object. The first object is plotted by {surf} of an {spline} and is m...

12 years ago | 1 answer | 0

1

answer

Answered
compiling GUI with folder of input text files
I did read this article & can see that path management is different in compiled files; however I’m not sure how to fix my proble...

12 years ago | 0

Question


How to include a subfolder in my compiled GUI package?
I have a GUI that I made with Guide. There are multiple sub-folders containing input files & etc. that my gui uses to operate. M...

12 years ago | 0 answers | 0

0

answers

Load more