Publié le


Be Absolute about your Relative Path with GetFullPath
Jiro's pick this week is GetFullPath by Jan. Jan is no stranger to good File Exchange entries. I've already...

environ 15 ans il y a

Thumbnail

Réponse apportée
Speech recognition using .NET framework
See this <http://www.mathworks.com/matlabcentral/answers/825-speech-recognition-coding post>.

environ 15 ans il y a | 0

Réponse apportée
How to search for peaks in a signal?
Try using <http://www.mathworks.com/access/helpdesk/help/toolbox/signal/findpeaks.html |findpeaks|> from the <http://www.mathwor...

plus de 15 ans il y a | 0

Réponse apportée
Delete a file on click of Pushbutton
Try: delete([delID, '.dat']) Explanation: |delID| is a variable that contains character string. To construct the file na...

plus de 15 ans il y a | 0

Réponse apportée
bug in matlab 2010b, trig functions (cosd, sind etc.)
What's your OS and machine type? I'm on 32-bit 2010b on Win7, and I get the correct result (different from yours). Just to make ...

plus de 15 ans il y a | 0

Réponse apportée
nested smpd instructions
Nesting <http://www.mathworks.com/access/helpdesk/help/toolbox/distcomp/spmd.html |spmd|> or <http://www.mathworks.com/access/he...

plus de 15 ans il y a | 0

Publié le


Looking Back: 2005 in Review
In my last post, I started to index all of the File Exchange submissions that had been selected as "Picks of the...

plus de 15 ans il y a

Thumbnail

Réponse apportée
How to plot with YYYYMM date format on x-axis?
This would convert your dates in YYYYMM format to serial dates which would have the correct intervals between the dates. x = ...

plus de 15 ans il y a | 0

| A accepté

Réponse apportée
How to make a 'browse window' to search for documents
Perhaps <http://www.mathworks.com/help/matlab/ref/uigetfile.html |uigetfile|>.

plus de 15 ans il y a | 0

Réponse apportée
how to build standalone application
You need a C compiler. Take a look at <http://www.mathworks.com/support/compilers/R2010b/win64.html this page> under "MATLAB Com...

plus de 15 ans il y a | 0

Réponse apportée
Boxplot: second Y axes labels
I can only think of a workaround... *EDIT*: Per Oleg's comment, I've added a "ResizeFcn" for the figure to adjust the axes prop...

plus de 15 ans il y a | 2

| A accepté

Publié le


HGSETGETPLUS – an extension to HGSETGET
div.italic { font-style: italic; } div.quote { background-color: #EEEEEE; font-style: italic; } div.mlcode...

plus de 15 ans il y a

Thumbnail

Réponse apportée
How to set excel cell color to red from Matlab?
This works for me: % Connect to Excel Excel = actxserver('excel.application'); % Get Workbook object WB = Excel....

plus de 15 ans il y a | 10

| A accepté

Réponse apportée
Surface fitting problem
I assume you are using version R2010a or older. Your syntax should work for the newer versions. You seem to have vectors for ...

plus de 15 ans il y a | 0

Réponse apportée
How to read external file data from a .xls file into matlab
If you're on Windows, you can use the <http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_external/brd0v8r.html COM cl...

plus de 15 ans il y a | 2

Publié le


Super Mario Song!!
Jiro's pick this week is Super Mario Song by James Humes. This week, I'm going to cheat a little bit. I'm...

plus de 15 ans il y a

Thumbnail

Réponse apportée
field delimiter uses any char as to declare a new field instead of full string
Use <http://www.mathworks.com/help/matlab/matlab_prog/f0-42649.html Regular Expressions>, such as <http://www.mathworks.com/help...

plus de 15 ans il y a | 1

Réponse apportée
MATLAB "Out of memory" problem
Read through the links in Andreas's answer. And I agree with Andreas and Oleg about the question of "why you need such a big mat...

plus de 15 ans il y a | 0

Réponse apportée
Dynamic changing values
Just redefine |a| and |d| after you update the other values: for id = 1:100 a = x1*b + x2 * c d = x1*e + x2 * f...

plus de 15 ans il y a | 0

Réponse apportée
Compose with validateattributes
Considering that you require a workaround anyway, I might go with this for your specific case: p.addParamValue('w',1, @(x) ...

plus de 15 ans il y a | 0

Réponse apportée
Add a new Excel sheet from Matlab
According to the <http://msdn.microsoft.com/en-us/library/bb179213(v=office.12).aspx VBA documentation on MSDN>, to add after th...

plus de 15 ans il y a | 6

| A accepté

Publié le


2004 in Review: Looking Backward
It's been over seven years (!) since the Pick of the Week blog was started by my co-workers Scott Hirsch and Doug Hull....

plus de 15 ans il y a

Thumbnail

Réponse apportée
Help regarding "format long"
Take a look at this <http://matlab.wikia.com/wiki/FAQ#Why_is_0.3_-_0.2_-_0.1_.28or_similar.29_not_equal_to_zero.3F FAQ>.

plus de 15 ans il y a | 0

Réponse apportée
Tabbing between opened Editor tabs
"Ctrl-Page Up" and "Ctrl-Page Down" will let you switch between different tabs.

plus de 15 ans il y a | 8

| A accepté

Réponse apportée
How to use the Fminsearch in in MATLAB 6.5?
You are using <http://www.mathworks.com/help/matlab/matlab_prog/f4-70115.html anonymous functions>, which were introduced in MAT...

plus de 15 ans il y a | 0

| A accepté

Réponse apportée
Implementing an hgsetget subclass
This is interesting. It does seem like the documentation isn't complete. It mentions how calling the <http://www.mathworks.com/h...

plus de 15 ans il y a | 1

Réponse apportée
How do I start matlab from shell in 32 bit mode
On Linux, try running matlab -glnx86

plus de 15 ans il y a | 1

Réponse apportée
Drawing and animation in Matlab
Just a little more fun... (adding on to Matt's and Paulo's ideas) % paths = randi(5, [4, 6]) paths = ceil(5*rand(4, 6)) [...

plus de 15 ans il y a | 0

Réponse apportée
Problem with addOptional
Those variable |u|, |t|, and |p| are available as fields of |p.Results|. So if you need to use them in the rest of the program, ...

plus de 15 ans il y a | 2

Réponse apportée
How long have you been using matlab? tell us your story
I would say I've been using MATLAB consistently for about 11 years, since my first year in graduate school. In undergraduate, ...

plus de 15 ans il y a | 2

Charger plus