Question


How do I put a waitbar in an existing figure in MATLAB 7.8 (R2009a)?
I would like to put a waitbar in an existing figure, such as a GUI figure, instead of having it appear in a separate window.

15 years ago | 2 answers | 1

2

answers

Answered
How can I display Russian Cyrillic characters in a figure in MATLAB 7.7 (R2008b)?
You need to change the locale setting. Your locale setting is Finnish and these setting supports windows-1252 codeset on Win...

15 years ago | 0

Question


How can I display Russian Cyrillic characters in a figure in MATLAB 7.7 (R2008b)?
I want to add a TITLE or a TEXT object in my figure to display a Russian Cyrillic text string. I am using Finnish locale setting...

15 years ago | 1 answer | 0

1

answer

Answered
Why does the BackgroundColor of an editable textbox remain white when it has been set to another color in MATLAB 7.7 (R2008b)?
This is a expected behavior in the way that MATLAB displays the BackgroundColor for editable text objects. To change this, set ...

15 years ago | 0

| accepted

Question


Why does the BackgroundColor of an editable textbox remain white when it has been set to another color in MATLAB 7.7 (R2008b)?
I created an editable text box with a BackgroundColor of [0 0.7 0.7]. If I assign a value to the 'String' property while the 'En...

15 years ago | 1 answer | 0

1

answer

Answered
Can MATLAB take advantage of GPUs?
Starting with MATLAB 7.11 R2010b, MATLAB provides the ability to perform calculations on a graphics processing unit (GPU). ...

15 years ago | 2

| accepted

Question


Can MATLAB take advantage of GPUs?
I would like MATLAB to take advantage of GPUs for accelerating my compute intensive applications.

15 years ago | 1 answer | 1

1

answer

Answered
How do I draw an en dash in MATLAB using the TeX interpreter?
You can use the ASCII codes for the specific type of dash you would like to display in the call to the TEXT function. For exampl...

15 years ago | 4

| accepted

Question


How do I draw an en dash in MATLAB using the TeX interpreter?
I am trying to write text within a figure, and I need to be able to differentiate between a hyphen and an en dash (hyphen being ...

15 years ago | 2 answers | 2

2

answers

Answered
How can I plot an existing MATLAB plots all in one figure using SUBPLOT
A more generic way to do this is to get the handles of the children of the axes you want to copy and reparent them. This will n...

15 years ago | 2

Answered
How can I plot an existing MATLAB plots all in one figure using SUBPLOT
One way is to obtain the ‘XData’ and ‘YData’ of all the children of the figures then plot them again in one figure using the SUB...

15 years ago | 0

| accepted

Question


How can I plot an existing MATLAB plots all in one figure using SUBPLOT
I have four figures which are already plotted by another user, but I do not have the commands that he used to plot them. I am tr...

15 years ago | 2 answers | 0

2

answers

Answered
How do I display different boxplot groups on the same figure in MATLAB?
There is no direct way of displaying boxplots for two different groups (in this example, observed and simulated temperatures) on...

15 years ago | 7

| accepted

Question


How do I display different boxplot groups on the same figure in MATLAB?
I would like to generate boxplots on the same figure for two different groups, observed and simulated temperatures for January t...

15 years ago | 3 answers | 0

3

answers