blogged find better blogs
HomeTechnologyEntertainmentSportsPoliticsBusinessHumorWorld NewsLifestyleDirectoryMore Topics
Blog Detail
MATLAB Central

Loren Shure works on design of the MATLAB language at The MathWorks. She writes here about once a week on MATLAB programming and related topics.
MATLAB Central Blog  
Related Blogs
previous blog next blog

2 Users are Following

8.7
great
based on editor's review


recent postsrss feed

Unique Values Without Rearrangement

Nov 26, 2009
In MATLAB, the simplest form of the function unique returns the unique values contained in a numeric vector, with the results sorted. This is often acceptable, but sometimes a user prefers the results in the order originally found in the...

Coordinating Zero Removals from Multiple Arrays

Nov 19, 2009
I've fielded some questions recently about how to coordinate multiple arrays changing simultaneously. One example is removing elements for two arrays in the case where either array holds a zero for the location. This is a good opportunity to...

Empty Arrays with Flow of Control and Logical Operators

Nov 12, 2009
After reading last week's post on calculating with empty arrays, one of my colleagues mentioned some other behaviors with empty arrays that have tripped him up in the past. Today I will discuss how empty arrays work in the contexts of flow of...

Calculus with Empty Arrays

Nov 4, 2009
MATLAB has had empty arrays since before I started using the program. When I started, the only size empty array was 0x0. When version 5 was released, empty arrays came along for the N-dimensional ride and got more shapely. Contents ...

Dealing with Cells

Oct 21, 2009
A customer recently asked me this question at the MATLAB Virtual Conference. Contents Question about Summing Cell Rows Example Answer Cell Array Questions Question about...


Comments & Reviews:
Be the First to Review this Blog!