Risposto
GUI for keyboard pressed representing the push button
I assume you are using GUIDE to create your GUI. In that case, create a <http://www.mathworks.com/help/techdoc/ref/figure_props....

oltre 15 anni fa | 3

Risposto
How do I keep a handle and use FINDOBJ to get a handle again?
What Matt and Matt said. Plus, I would emphasize again: Never ever ever use the actual number to refer to the handle. Instead...

oltre 15 anni fa | 0

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

oltre 15 anni fa | 5

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

oltre 15 anni fa | 1

| accettato

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

oltre 15 anni fa | 3

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

oltre 15 anni fa | 0

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

oltre 15 anni fa | 3

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

oltre 15 anni fa | 0

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

oltre 15 anni fa | 0

| accettato

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

oltre 15 anni fa | 0

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

oltre 15 anni fa | 2

| accettato

Pubblicato


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

oltre 15 anni fa

Thumbnail

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

oltre 15 anni fa | 1

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

oltre 15 anni fa | 6

| accettato

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

oltre 15 anni fa | 0

| accettato

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

oltre 15 anni fa | 1

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

oltre 15 anni fa | 1

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

oltre 15 anni fa | 0

| accettato

Pubblicato


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

oltre 15 anni fa

Thumbnail

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

oltre 15 anni fa | 6

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

oltre 15 anni fa | 2

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

oltre 15 anni fa | 1

| accettato

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

oltre 15 anni fa | 2

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

oltre 15 anni fa | 0

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

oltre 15 anni fa | 0

| accettato

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

oltre 15 anni fa | 3

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

oltre 15 anni fa | 0

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

oltre 15 anni fa | 2

| accettato

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

oltre 15 anni fa | 0

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

oltre 15 anni fa | 0

| accettato

Carica altro