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.

plus de 15 ans il y a | 2 réponses | 1

2

réponses

Réponse apportée
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...

plus de 15 ans il y a | 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...

plus de 15 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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 ...

plus de 15 ans il y a | 0

| A accepté

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...

plus de 15 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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). ...

plus de 15 ans il y a | 2

| A accepté

Question


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

plus de 15 ans il y a | 1 réponse | 1

1

réponse

Réponse apportée
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...

plus de 15 ans il y a | 4

| A accepté

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 ...

plus de 15 ans il y a | 2 réponses | 2

2

réponses

Réponse apportée
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...

plus de 15 ans il y a | 2

Réponse apportée
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...

plus de 15 ans il y a | 0

| A accepté

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...

plus de 15 ans il y a | 2 réponses | 0

2

réponses

Réponse apportée
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...

plus de 15 ans il y a | 7

| A accepté

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...

plus de 15 ans il y a | 3 réponses | 0

3

réponses