Pregunta


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.

alrededor de 15 años hace | 2 respuestas | 1

2

respuestas

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

alrededor de 15 años hace | 0

Pregunta


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

alrededor de 15 años hace | 1 respuesta | 0

1

respuesta

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

alrededor de 15 años hace | 0

| aceptada

Pregunta


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

alrededor de 15 años hace | 1 respuesta | 0

1

respuesta

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

alrededor de 15 años hace | 2

| aceptada

Pregunta


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

alrededor de 15 años hace | 1 respuesta | 1

1

respuesta

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

alrededor de 15 años hace | 4

| aceptada

Pregunta


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

alrededor de 15 años hace | 2 respuestas | 2

2

respuestas

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

alrededor de 15 años hace | 2

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

alrededor de 15 años hace | 0

| aceptada

Pregunta


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

alrededor de 15 años hace | 2 respuestas | 0

2

respuestas

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

alrededor de 15 años hace | 7

| aceptada

Pregunta


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

alrededor de 15 años hace | 3 respuestas | 0

3

respuestas