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 41 - 46 of 46

Results for: 2008

Cool MATLAB Plots 4

There are many cool plots made in MATLAB across the web. I have set up for myself a way to find new ones on flickr, a website for sharing photos. ... read more >>

Why Does MATLAB Have the Function hypot? 7

Sometimes I am asked questions like "why did you introduce function xyz into MATLAB? And sometimes I have a compelling answer, even for something that looks simple on the surface. ... read more >>

Structure Initialization 50

This post continues in the theme of other recent ones, questions frequently posed to me (and probably others). It has to do with initializing structures. There is a healthy... read more >>

Deal or No Deal 21

This post continues in the theme from my last post, where people routinely come to me on a topic. Today I want to distinguish
between indexed assignment, where you can take advantage of scalar... read more >>

Nested Functions and Variable Scope 35

I get a parade of questions about which variables are available to nested functions and which variables, used in nested functions, are part of the nesting function workspace. So today I thought... read more >>

Should M-Lint Try to Make a Recommendation? 14

At The MathWorks, we continue to explore ways to ease your programming learning curve and help you write better code. As such, we have been discussing how stringent to make... read more >>

Posts 41 - 46 of 46