bio_img_loren

Loren on the Art of MATLAB

Turn ideas into MATLAB

Note

Loren on the Art of MATLAB has been archived and will not be updated.

Posts 31 - 40 of 47

Results for: 2007

MATLAB Tour Legs 1,2, and 3 2

I've just returned home from three weeks in Europe on the MATLAB World Tour where I visited Italy, Spain, France, and Switzerland, accompanied by various colleagues. We met great staff from our... read more >>

A Little Bit on Message Handling 10

This is a quick note about handling errors and warnings in MATLAB. In particular, the function error has a couple of aspects that people sometimes trip over or overlook. ... read more >>

Vectorizing Access to an Array of Structures 40

Though I have written about this topic before, I continue to get questions on working with arrays of structures. So I thought I would focus on that alone today. ... read more >>

Machine-Independent Filenames 16

When developing applications is MATLAB, I often find myself interacting with files, sometimes data, sometimes algorithms. In order to be sure I am operating with the correct... read more >>

2007 MATLAB World Tour

I just wanted to point out to you that MATLAB is going on a roadtrip this year. Contents ... read more >>

In-place Operations on Data 45

Recently I mentioned that I would describe a relatively new optimization we have for MATLAB code that allows some function calls to operate on variables without allocating more... read more >>

Selecting Data and Surrounding Values 6

I recently was working with Dave Schoppik on extracting a subset of elements from his dataset. In his lab, they work to understand
the ways our brains enable us to move. Here's Dave's description.
... read more >>

More MATLAB Gotchas 12

I recently wrote an article on Beginner Woes, and I thought I would add some more gotcha topics today. Contents ... read more >>

R2007a Released 35

Release 2007a came out today. This corresponds to MATLAB version 7.4. I will list here a few of my favorite new MATLAB features. I will discuss some of them in future... read more >>

Creating Sparse Finite-Element Matrices in MATLAB 49

I'm pleased to introduce Tim Davis as this week's guest blogger. Tim is a professor at the University of Florida, and is the
author or co-author of many of our sparse matrix functions (lu, chol,... read more >>

Posts 31 - 40 of 47