Last Friday we released MATLAB 7.12 (R2011a), the latest and greatest in MATLAB. There are a lot of new and improved features in this release. At the same time we also released MATLAB Mobile 1.3, and… read more >>
Last Friday we released MATLAB 7.12 (R2011a), the latest and greatest in MATLAB. There are a lot of new and improved features in this release. At the same time we also released MATLAB Mobile 1.3, and… read more >>
MATLAB has so many features that’s it’s impossible to learn all of them. That’s why it doesn’t surprise me when I meet someone who tells me “it would be great if MATLAB… read more >>
When you run a MATLAB callback from a GUI that callback will normally run to completion. There are times when you may want to temporarily suspend execution until the user does something: such as… read more >>
Last week I wrote how to email figure snapshots from MATLAB and MATLAB Mobile. I had such a good response from last week, I want to continue that thought and talk about some more options for sharing… read more >>
MATLAB Mobile has a neat feature that allows you to e-mail a saved figure snapshot as a PNG file, with just two taps! You can try it out: from a snapshot in the History tab or an individual... read more >>
This week I’d like to visit an ubiquitous and yet overlooked topic: the toolbar in the figure window. If you consider yourself an advanced user, feel free to stick around; maybe you’ll… read more >>
For a long time we’ve provided the Desktop localized in the Japanese language. In case you don’t remember my post on it from two years ago, here is a side-by-side comparison of English… read more >>
I recently answered a question for a customer about dealing with out of memory errors in MATLAB. Thankfully it didn’t require me to spend a lot of effort to answer it. We already have a… read more >>
As Daniel mentioned two weeks ago, we updated how figures work in MATLAB Mobile 1.2. One of the most requested features was to see what figures were already opened on the desktop. In this new… read more >>
Scripting files in Cell Mode has plenty of benefits. In addition to code organization, rapid iteration, and publishing, cell mode can also be used to present cell-by-cell interactive… read more >>