Respondida
[DISCONTINUED] Wish-list for MATLAB Answer sections.
A way to automatically scroll to the most recent answer/comment/edit. For example, this question has many, many answers and comm...

más de 15 años hace | 5

Respondida
Display the different size of preview image from that of the captured images.
What you basically want is a preview window that is smaller. You can achieve that by forcing the figure (and axes) to be a small...

más de 15 años hace | 1

| aceptada

Respondida
Does an External Parallel Computing Service Exist
You may be interested in learning about <http://www.mathworks.com/programs/techkits/ec2_paper.html "Parallel Computing with MATL...

más de 15 años hace | 3

Respondida
How to change the background of picture using MouseEnter event??
I may not have the VB part well coded, but this should get you started. function ln = formTest NET.addAssembly('Syst...

más de 15 años hace | 0

Respondida
3D Plot with large data
Another thing you could try is to do some interpolation of the data and plot at a lower resolution. As Oleg points out, there's ...

más de 15 años hace | 3

Respondida
no figure toolbar
I'm not sure if you're asking how to not display the toolbar by default, or asking why your figure does not display the toolbar ...

más de 15 años hace | 0

Respondida
Error while reading files from a directory
It's probably the directory. Are the files in a different directory than where you're running from? Store the directory name and...

más de 15 años hace | 0

| aceptada

Respondida
error in installation(product configuration notes)
Windows 7 is not supported in MATLAB R14: <http://www.mathworks.com/help/releases/R14/base/install/pc/ch1_in17.html#55600>

más de 15 años hace | 0

Respondida
How verify that a RadioButton is Checked?
Use <http://www.mathworks.com/help/matlab/ref/uicontrol.html |uicontrol|> (with style 'radiobutton') to create a radio button. ...

más de 15 años hace | 2

| aceptada

Publicado


Create Multi-Column Plot Legends
Brett's Pick this week is "columnlegend," by Simon Henin. NOTE: Functionality similar to this File...

más de 15 años hace

Thumbnail

Respondida
Locating Peaks Naively
There are a few files on the File Exchange for peak finding. I wrote a blog post about one of them <http://blogs.mathworks.com/p...

más de 15 años hace | 1

Respondida
Subtracting the next element on a vector? Basic
A = [20, 8, 4, 1]; B = -diff(A);

más de 15 años hace | 6

| aceptada

Respondida
Bird Tracking using IR camera
<http://www.mathworks.com/products/viprocessing/ Video and Image Processing Blockset> may contain some useful functionalities fo...

más de 15 años hace | 0

| aceptada

Respondida
How can I put a MATLAB figure in a presentation, and rotate the axes during the presentation?
If you have MATLAB available on your presentation machine, you can take a look at <http://www.mathworks.com/matlabcentral/fileex...

más de 15 años hace | 1

Respondida
Text location
What do you mean "top left"? Top left of the figure? Top left of the screen? Top left of the axes? Have you looked at the fun...

más de 15 años hace | 1

Respondida
Selectively setting significant digits in display
Make use of <http://www.mathworks.com/help/matlab/ref/fprintf.html |fprintf|>. Here's a short example: % Create 2-column...

más de 15 años hace | 0

| aceptada

Publicado


Batching and Unbatching in SimEvents
Will's picks this week are the SimEvents Batching and Unbatching Blocks by Rick Rosson. Most of you are probably familiar...

más de 15 años hace

Thumbnail

Respondida
How do I write a good answer for MATLAB Answers?
Not sure if this is a good practice. I'm interested in hearing what you think... If you have a minor addition (or edit) to some...

más de 15 años hace | 6

Respondida
How do I write a good answer for MATLAB Answers?
If the question is vague, ask to clarify instead of assuming the question and answering based on your assumption.

más de 15 años hace | 2

Respondida
How can I put a MATLAB figure in a presentation so that the slide background shows through?
<http://www.mathworks.com/matlabcentral/fileexchange/23629-exportfig |export_fig|> by Oliver does this. Excerpt from the help f...

más de 15 años hace | 1

| aceptada

Respondida
How can I put a MATLAB figure in a presentation, and rotate the axes during the presentation?
It's not exactly what you are asking for, but I've created animated GIFs from MATLAB graphics (including interactions) and embed...

más de 15 años hace | 2

Respondida
storing a matrix using new variables established by 'eval'
I think you asked a similar question <http://www.mathworks.com/matlabcentral/answers/692-how-can-i-store-my-results-from-each-it...

más de 15 años hace | 0

Respondida
How do you dynamically generate file names?
I suggest rephrasing the title to "How to dynamically generate file names", which is similar to this <http://www.mathworks.com/m...

más de 15 años hace | 0

| aceptada

Respondida
How do I write a good question for MATLAB Answers?
# Read <http://www.mathworks.com/matlabcentral/about/answers/ "About MATLAB Answers"> page. # The subject line should be very sp...

más de 15 años hace | 3

Respondida
Would like to detect abandoned objects from video using blob analysis
In <http://www.mathworks.com/products/viprocessing/ Video and Image Processing Blockset>, there is a shipping demo on <http://ww...

más de 15 años hace | 0

Respondida
Plotting Lines of Different Colors
Here are a few pointers: # To use the auto coloring with plot, use <http://www.mathworks.com/access/helpdesk/help/techdoc/ref/h...

más de 15 años hace | 2

| aceptada

Respondida
Using inputname and varargin for dynamic variable creation (?)
According to the OP's comment, it seems that <http://www.mathworks.com/access/helpdesk/help/techdoc/ref/inputparser.html |inputP...

más de 15 años hace | 0

Respondida
Using inputname and varargin for dynamic variable creation (?)
A couple of options that I can think of: 1. Use <http://www.mathworks.com/access/helpdesk/help/techdoc/ref/assignin.html |ass...

más de 15 años hace | 0

| aceptada

Respondida
What causes MATLAB to execute pasted code automatically?
I believe this has to do with how the lines of code are selected. If you start selecting at the beginning of the line and simply...

más de 15 años hace | 1

| aceptada

Respondida
Store and read MAT-file as embedded file in an Excel spreadsheet
Another option is to use the <http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_external/brd0v8r.html COM interface>....

más de 15 años hace | 2

| aceptada

Cargar más