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

15 years ago | 1

| accepted

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

15 years ago | 2

| accepted

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

15 years ago | 1

| accepted

Answered
Effective Text-dependent Speaker Recognition
Have you looked at the File Exchange and searched for <http://www.mathworks.com/matlabcentral/fileexchange/?term=speech+recognit...

15 years ago | 0

Answered
Compatibility of PCT with R2010a
Yes. Parallel Computing Toolbox that you install with R2010a will be compatible with MATLAB R2010a, i.e. there is a R2010a versi...

15 years ago | 2

| accepted

Answered
How do I resize some UICONTROLs in a GUI but not others?
Doug's solution (using ResizeFcn) is the fundamental way of achieving your goal. There are a number of File Exchange submissions...

15 years ago | 1

Answered
Add directory to search path
Take a look at <http://www.mathworks.com/access/helpdesk/help/techdoc/ref/fileparts.html |fileparts|>. You can use it to travers...

15 years ago | 2

Answered
contourm plotting
According to the documentation for <http://www.mathworks.com/access/helpdesk/help/toolbox/map/ref/contourm.html |contourm|>, vec...

15 years ago | 1

| accepted

Answered
Problem parallelizing a nested optimization problem
That happens to be <http://www.mathworks.com/access/helpdesk/help/toolbox/distcomp/bq__cs7-1.html#brbrea9-1 one of the restricti...

15 years ago | 1

Answered
How to replace "getsnapshot" with the button on my webcam?
I'm not sure if there's an easy way of capturing the state of the button on the webcam. You have to see if your webcam provides ...

15 years ago | 0

| accepted

Answered
Registration key for MuPAD 2.5
MuPAD has been part of the <http://www.mathworks.com/products/symbolic/ Symbolic Math Toolbox> since 2008 and the MuPAD version ...

15 years ago | 0

Answered
Selecting words in MATLAB
I understand what the goal of your application is, but it's still not clear on the specifics of how and what your want to "sort ...

15 years ago | 0

Answered
Trouble reading an input file and plotting the file's data
Assuming that your file is an ASCII file with tabulated numbers (like this): 0 0.1661 0.0100 0.1761 ...

15 years ago | 0

Answered
concatenate multidimentional tables
Since you aren't very descriptive with your question, I would simply suggest reading up on Matrix Concatenation from the documen...

15 years ago | 1

| accepted

Published


Cascade your Figure Windows
Jiro's pick this week is cascade by a fellow MathWorks application engineer, Isaac Noh. Do you work with a lot of...

15 years ago

Thumbnail

Answered
Need help with Textread (Again)
Your second column cannot be stored as integers. There's a letter "S" or "M" in it. This should work (note the format string): ...

15 years ago | 0

Published


Reading Structured Data Files
Jiro's pick this week is NRGSymphonieRead by a fellow application engineer, Todd Schultz, who sits down the hall from...

15 years ago

Thumbnail

Answered
Selecting a row to set row height in Excel
Try using the "Range" property. my_range = my_sheet.Range('1:1');

15 years ago | 1

| accepted

Published


Good MATLAB Coding Practices
Brett‘s Pick this week has three parts, and is really a tip of the hat to three authors who have taken the initiative to...

15 years ago

Thumbnail

Published


Quickly Create Simulink “From” Blocks
Will's pick this week is the Create From Blocks by Giacomo Faggiani. When I first began using Simulink, I was averse to...

15 years ago

Thumbnail

Published


Fireworks for the New Year!
Jiro's pick this week is his very own Fireworks GUI. Regardless of what you are celebrating this time of the...

15 years ago

Thumbnail

Published


Generate Distinct Colors for Your MATLAB Plots
Brett's Pick this week is "Generate Maximally Perceptually-Distinct Colors,", by Tim Holy. Today, I'm...

15 years ago

Thumbnail

Published


Explore Your Physical Modeling Data
Will's pick this week is the Simscape Simulation Results Explorer by Atul Suri. What's this, a new blogger? As Jiro and...

15 years ago

Thumbnail

Published


Video player for your frame-based processing
Jiro's pick this week is videofig by Joao Henriques. If you're interested in frame-based...

15 years ago

Thumbnail

Published


Exploring Trigonometric Functions
Brett's Pick this week is TrigDemo, by Matt Fig. Matt is one of the more prolific (and popular) authors...

15 years ago

Thumbnail

Published


Thanksgiving
Here's a quick, off-schedule post today. In the U.S., this week is Thanksgiving holiday, so I just wanted to do a fun...

15 years ago

Thumbnail

Published


Interact with Your Plots
Jiro's pick this week is DRAGZOOM by Evgeny Pr. Last week, I wrote this post about interacting with graphics...

16 years ago

Thumbnail

Published


Moving 3D Objects Interactively
Jiro's pick this week is "Moving 3D Objects with Mouse" by Gang Wang. I like this demo entry, because it shows...

16 years ago

Thumbnail

Published


Deploy Auto-Generated C-Code from Simulink to Arduino Development Board
Today's Pick comes to us from guest blogger Greg Wolff. Greg's pick of the week is Embedded Coder Target for Arduino by...

16 years ago

Thumbnail

Published


Optimize, Quickly!
Contents Getting Started with Optimization Global Optimization Parallelizing Optimization Solutions Brett's...

16 years ago

Thumbnail

Load more