Réponse apportée
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...

plus de 15 ans il y a | 1

| A accepté

Réponse apportée
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...

plus de 15 ans il y a | 3

Réponse apportée
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...

plus de 15 ans il y a | 0

Réponse apportée
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 ...

plus de 15 ans il y a | 3

Réponse apportée
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 ...

plus de 15 ans il y a | 0

Réponse apportée
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...

plus de 15 ans il y a | 0

| A accepté

Réponse apportée
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>

plus de 15 ans il y a | 0

Réponse apportée
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. ...

plus de 15 ans il y a | 2

| A accepté

Publié le


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

plus de 15 ans il y a

Thumbnail

Réponse apportée
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...

plus de 15 ans il y a | 1

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

plus de 15 ans il y a | 6

| A accepté

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

plus de 15 ans il y a | 0

| A accepté

Réponse apportée
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...

plus de 15 ans il y a | 1

Réponse apportée
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...

plus de 15 ans il y a | 1

Réponse apportée
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...

plus de 15 ans il y a | 0

| A accepté

Publié le


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

plus de 15 ans il y a

Thumbnail

Réponse apportée
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...

plus de 15 ans il y a | 6

Réponse apportée
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.

plus de 15 ans il y a | 2

Réponse apportée
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...

plus de 15 ans il y a | 1

| A accepté

Réponse apportée
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...

plus de 15 ans il y a | 2

Réponse apportée
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...

plus de 15 ans il y a | 0

Réponse apportée
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...

plus de 15 ans il y a | 0

| A accepté

Réponse apportée
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...

plus de 15 ans il y a | 3

Réponse apportée
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...

plus de 15 ans il y a | 0

Réponse apportée
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...

plus de 15 ans il y a | 2

| A accepté

Réponse apportée
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...

plus de 15 ans il y a | 0

Réponse apportée
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...

plus de 15 ans il y a | 0

| A accepté

Réponse apportée
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...

plus de 15 ans il y a | 1

| A accepté

Réponse apportée
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>....

plus de 15 ans il y a | 2

| A accepté

Réponse apportée
Can I access MATLAB script from a Web based application?
If you have the appropriate access (licenses), one option would be to use <http://www.mathworks.com/products/compiler/ MATLAB Co...

plus de 15 ans il y a | 1

| A accepté

Charger plus