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 1 - 10 of 61

Results for: Less Used Functionality

Loren’s Excellent Adventure: Maps, Graphs, and Polygons 4

R2017b was released recently. Today's guest blogger, Matt Tearle, discovered a fun application of one of the many new features - solving a map-based puzzle.... read more >>

Duality Between Function and Command Syntax 4

A long time ago, I covered the topic of the duality between command and function syntax.... read more >>

Learning to Love Regular Expressions 8

Today I’d like to introduce guest blogger Sarah Wait Zaranek who works for the MATLAB Marketing team here at MathWorks. Sarah previously has written about using GPUs in MATLAB. Sarah will be discussing how she got started using regular expressions.... read more >>

Is There an echo Out There? 6

If I wanted to act like an old fogey, I could reminisce and say I miss the good old days where we, at MathWorks, delivered demos by using the function echo. ... read more >>

size Does Matter Sometimes 18

Recently at work I was on an email thread where people were discussing the function size and how to use it reliably in the context of arrays that might be two dimensional but could have... read more >>

Points and Polygons 12

Ever wanted to know if some points of interest were inside a region? You can answer that if the region is specified as a polygon in MATLAB. The key is... read more >>

Using Microsoft .NET to Expand MATLAB Capabilities 16

Ken Atwell in the MATLAB product management group is guest blogging this week about his recent experiences using Microsoft .NET® and how it can used to expand the... read more >>

Delaying Evaluation of Function Inputs 8

When you call a function in MATLAB, MATLAB first evaluates all the inputs, and then passes these (possibly) computed values as the inputs. Recently Ljubomir Josifovski asked if... read more >>

What Data Is Available? 5

Yes, I know, data are, but the title just sounded terrible that way. Ever wonder what data you have stored in some files, particularly MATLAB MAT-files? Sometimes I'd... read more >>

Simple Date Manipulations 8

I've recently had an opportunity to work with data for which I wanted to exclude weekend dates in order to see some trends. It took a little getting used to for me,... read more >>

Posts 1 - 10 of 61