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.

for Versus while 33

A reader suggested I discuss the difference in use of MATLAB's for and while constructs. Contents ... 더 읽어보기 >>

Reversal of a sort 24

We can sometimes be motivated to reverse things in Boston. And I occasionally get asked how to reverse the sort direction from MATLAB. So instead of sorting A and then having B follow... 더 읽어보기 >>

Iterating over Non-Numeric Values 25

Recently a colleague was hoping to write some code to iterate over fields in a structure. There are at least three different ways I can think of, some more straight-forward... 더 읽어보기 >>

A Way to Create Reusable Tools 12

There are a lot of ways to create reusable tools and widgets in lots of programming languages, including MATLAB. Today I
want to illustrate creating a reusable visualization tool that can then be... 더 읽어보기 >>

Monitoring Progress of a Calculation 38

Users sometimes want to monitor the progress of some calculation or simulation. Here's a recent example from the MATLAB newsgroup. Contents ... 더 읽어보기 >>