Beantwortet
[DISCONTINUED] Wish-list for MATLAB Answer sections.
Many questions get asked again and again. Why? Because people are not searching for previous answers before asking questions. ...

fast 15 Jahre vor | 4

Beantwortet
How to print a matrix as an uncompressed image file.
The function <http://www.mathworks.com/matlabcentral/fileexchange/16233-sc-powerful-image-rendering sc> was written to solve exa...

fast 15 Jahre vor | 0

Beantwortet
Multiple Colormaps, freezeColors won't work
Use <http://www.mathworks.com/matlabcentral/fileexchange/23342-real2rgb-colormaps real2rgb> to convert your data matrices to ima...

fast 15 Jahre vor | 1

| akzeptiert

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

fast 15 Jahre vor | 1

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

etwa 15 Jahre vor | 3

| akzeptiert

Frage


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

etwa 15 Jahre vor | 2 Antworten | 2

2

Antworten

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

etwa 15 Jahre vor | 0

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

etwa 15 Jahre vor | 5

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

etwa 15 Jahre vor | 0

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

mehr als 15 Jahre vor | 0

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

mehr als 15 Jahre vor | 1

| akzeptiert

Frage


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.

mehr als 15 Jahre vor | 1 Antwort | 1

1

Antwort

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

mehr als 15 Jahre vor | 1

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

mehr als 15 Jahre vor | 12

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

mehr als 15 Jahre vor | 1

| akzeptiert

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

mehr als 15 Jahre vor | 3

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

mehr als 15 Jahre vor | 1

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

mehr als 15 Jahre vor | 1

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

mehr als 15 Jahre vor | 3

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

mehr als 15 Jahre vor | 31

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

mehr als 15 Jahre vor | 6

Discussion


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

mehr als 15 Jahre vor | 5

Frage


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

mehr als 15 Jahre vor | 15 Antworten | 5

15

Antworten

Discussion


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

mehr als 15 Jahre vor | 25

Frage


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

mehr als 15 Jahre vor | 160 Antworten | 25

160

Antworten

Frage


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

mehr als 15 Jahre vor | 6 Antworten | 8

6

Antworten

Frage


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

mehr als 15 Jahre vor | 3 Antworten | 1

3

Antworten

Frage


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

mehr als 15 Jahre vor | 1 Antwort | 2

1

Antwort