已回答
keep figures from popping up when running.
This question has been <http://www.mathworks.com/matlabcentral/answers/5781-how-can-i-render-and-export-many-figures-without-the...

13 years 前 | 1

已回答
How can I render and export many figures without the figures grabbing the window focus all the time?
The easiest option is to use the same figure window for each figure, and clear it before each new rendering. If you need to rese...

13 years 前 | 3

| 已接受

提问


How can I render and export many figures without the figures grabbing the window focus all the time?
I am rendering many figures in a sequence, and exporting them as images (I use export_fig, but could equally use saveas or print...

13 years 前 | 2 个回答 | 2

2

个回答

已回答
Saved figure different than actual figure size (?)
To get the output you expect (i.e. a fair representation of the figure on the screen) without having to set lots of options, use...

13 years 前 | 0

已回答
Dumb mistakes we make with MATLAB.
clear Oops, I wanted to keep one of those variables.

14 years 前 | 5

已回答
faire en utilisant l'algorithme de Dijkstra en matlab?
Cherchez Dijkstra au <http://www.mathworks.com/matlabcentral/fileexchange/?term=tag%3Adijkstra "File Exchange">.

14 years 前 | 0

已回答
[DISCONTINUED] Wish-list for MATLAB Answer sections.
A list of who applied what tag, like on the File Exchange.

14 years 前 | 0

已回答
Saving Figure using saveas() function
The function <http://www.mathworks.com/matlabcentral/fileexchange/23629-exportfig export_fig> (available on the File Exchange) w...

14 years 前 | 0

| 已接受

提问


How do I detect whether the MATLAB instance being used has a command line interface?
Examples of instances that don't have a command line would be code called through the MATLAB Engine, and compiled applications.

14 years 前 | 1 个回答 | 1

1

个回答

已回答
What is missing from MATLAB?
More efficient compilation of MATLAB code to avoid memory churn (hence slower computation) of large arrays. Examples: B ...

14 years 前 | 1

已回答
[DEPRECATED] What frustrates you about MATLAB?
It's very expensive (unless you're a student), especially if you use lots of toolboxes. Fortunately my company pays :), but if I...

14 years 前 | 12

已回答
openmp mex commands for R2010b
On Windows using Microsoft Visual Studio I add the /openmp option to the relevant line of my mexopts.bat file, thus: set ...

14 years 前 | 1

| 已接受

已回答
What do you like about MATLAB?
The language is such that very complicated programs can be written quickly in very few lines (once you've learned the basic synt...

14 years 前 | 3

已回答
[DEPRECATED] What frustrates you about MATLAB?
It can be very slow, compared to the same functionality written in, say, C. For example, for loops filling in cell arrays are...

14 years 前 | 1

已回答
What do you like about MATLAB?
The debugging tools are pretty good. You can set breakpoints, even conditional ones (not sure about watchpoints on data values, ...

14 years 前 | 1

已回答
What do you like about MATLAB?
The profiling tool is AWESOME. It is so easy to see where code bottlenecks are.

14 years 前 | 3

已回答
[DEPRECATED] What frustrates you about MATLAB?
MATLAB's figure rendering and exporting functions are so full of bugs and "features" it defies belief. The rendering is very slo...

14 years 前 | 31

已回答
[DEPRECATED] What frustrates you about MATLAB?
MATLAB is lacking tools for saving movies in decent compressed video formats (e.g. MPEG4, H.264 etc.). Currently I find myself s...

14 years 前 | 6

提问


What do you like about MATLAB?
I use MATLAB most days (when I'm at work!). It makes my life easier, for many reasons, which is why I like it. What are the rea...

14 years 前 | 15 个回答 | 5

15

个回答

提问


[DEPRECATED] What frustrates you about MATLAB?
I love MATLAB. It is so quick and easy to write software to do what you want. It has excellent debugging and profiling tools. It...

14 years 前 | 160 个回答 | 25

160

个回答

提问


I have a C++ class. How can I interface to it through a MATLAB class?
I have a C++ class. Sometimes I write my own, but I found this one online. It's great, and I'd like to use it in MATLAB. The ...

14 years 前 | 6 个回答 | 8

6

个回答

提问


How can I put a MATLAB figure in a presentation, and rotate the axes during the presentation?
I have a figure: logo; set(gcf, 'color', 'w'); Lovely! I'd like to put that figure, or at least the object in the fig...

14 years 前 | 3 个回答 | 1

3

个回答

提问


How can I put a MATLAB figure in a presentation so that the slide background shows through?
Let's make a figure: logo; set(gcf, 'color', 'w'); alpha(0.7); Doesn't that look nice. Now I'd like to place that ...

14 years 前 | 1 个回答 | 2

1

个回答