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 25

Results for: 2013

Double Integration in MATLAB – Understanding Tolerances 4

In today's post, I am joined by Mike Hosea, a developer who occasionally works on integration routines for MATLAB. In recent releases, we added new integration routines, including integral2 for double integrals. Today we'll talk about some nuances in using this routine and adjusting the absolute and relative tolerances.... read more >>

Getting Data from a Web API in Parallel

I'd like to introduce this week's guest blogger Edric Ellis. Edric works for the Parallel Computing development team here at The MathWorks. In this post he will talk about using the parfeval command in Parallel Computing Toolbox.... read more >>

Annual Meeting of the American Geophysical Union 2013

MathWorks will have a booth at the annual AGU (American Geophysical Union) meeting this year, where you can expect to see me, Sarah Wait Zaranek, and Shyam Yadati. We will all be happy to show you some of the newest advancements in MATLAB and other MathWorks products. In addition, I will be speaking on Thursday from 1-1:30 PM at the Exhibit Hall Product Theater. My talk is entitled What's new in MATLAB for Earth & Ocean Sciences.... read more >>

In-memory Big Data Analysis with PCT and MDCS

Ken Atwell in the MATLAB product management group is guest blogging about using distributed arrays to perform data analytics on in-memory "big data".... read more >>

Function is as functiontests

Today we have a post from guest blogger Andy Campbell to highlight a function-based approach for writing tests in MATLAB. We will be demonstrating how you can write simple functions that aid you in designing a physical system. This approach allows you to iterate quickly and improve your designs while protecting you from violating requirements met by earlier solutions.... read more >>

Timing Code 12

and Revisiting Fibonacci Festival from 2006... read more >>

Introduction to the New MATLAB Data Types in R2013b 30

Today I’d like to introduce a fairly frequent guest blogger Sarah Wait Zaranek who works for the MATLAB Marketing team here at The MathWorks. She and I will be writing about the new capabilities for MATLAB in R2013b. In particular, there are two new data types in MATLAB in R2013b – table and categorical arrays.... read more >>

What Kind of MATLAB File is This? 15

We just had an interesting thread at MathWorks prompted by a customer request to programmatically distinguish between script and function MATLAB files. The File Browser already shows these separately. I will show some ideas we had and what we agreed was a good way to attack this.... read more >>

Zero Evolution 12

Today's post will take us on an historical tour of the function zeros, and pertains, in various ways, to the related functions ones, eye, false, true, rand, randn, and complex.... read more >>

Deconstructing Destructors 5

I'm pleased to introduce guest blogger Jennifer Black, manager of the MATLAB object system team. Today Jennifer will be sharing some thoughts on what happens when objects are destroyed in MATLAB and how you can control aspects of this process.... read more >>

Posts 1 - 10 of 25