質問


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年以上 前 | 2 件の回答 | 1

2

回答

回答済み
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年以上 前 | 0

質問


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年以上 前 | 1 件の回答 | 0

1

回答

回答済み
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年以上 前 | 0

| 採用済み

質問


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年以上 前 | 1 件の回答 | 0

1

回答

回答済み
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年以上 前 | 2

| 採用済み

質問


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

15年以上 前 | 1 件の回答 | 1

1

回答

回答済み
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年以上 前 | 4

| 採用済み

質問


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年以上 前 | 2 件の回答 | 2

2

回答

回答済み
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年以上 前 | 2

回答済み
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年以上 前 | 0

| 採用済み

質問


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年以上 前 | 2 件の回答 | 0

2

回答

回答済み
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年以上 前 | 7

| 採用済み

質問


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年以上 前 | 3 件の回答 | 0

3

回答