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 471 - 480 of 539

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... 続きを読む >>

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.
... 続きを読む >>

More MATLAB Gotchas 12

I recently wrote an article on Beginner Woes, and I thought I would add some more gotcha topics today. Contents ... 続きを読む >>

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... 続きを読む >>

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,... 続きを読む >>

Beginner Woes 15

There are a few pitfalls that new users of MATLAB almost always fall into, depending on their applications. I thought it might be nice to summarize a few of them here,... 続きを読む >>

Reordering Arrays 11

There are some cases, particularly simulations, in which we need to choose a few items from a finite list. A friend mentioned to me that he was doing a Monte Carlo... 続きを読む >>

String Annotations for Plots 16

Did you know that you can customize the direction of text in MATLAB plots? There are times when such annotations work better than if they were purely horizontal or... 続きを読む >>

Multiple Outputs 37

I just had an interesting exchange with a customer. He was trying to have an anonymous function return multiple outputs. Contents ... 続きを読む >>

Calendars and Leap Years 5

I'm pleased to introduce Ned Gulley as this week's guest blogger. Ned is a software developer with an amateur's interest in astronomy. He was motivated by a recent discussion... 続きを読む >>

Posts 471 - 480 of 539

これらの投稿は著者に属するものであり、必ずしも MathWorks の見解を示すものではありません。