Someone recently asked me to discuss X-Y versus row-column indexing. Contents Two Conventions ... read more >>
Indexing Terminology 11
- Category:
- Common Errors,
- Indexing
Note
Loren on the Art of MATLAB has been archived and will not be updated.
Someone recently asked me to discuss X-Y versus row-column indexing. Contents Two Conventions ... read more >>
Indexing into arrays allows you to address portions of the elements of an array and treat this subset as an array itself, whether for calculations or input to other functions... read more >>
I've written several blog articles so far on structures, and not quite so much on their soulmates, cell arrays. Just last week, at the annual MathWorks Aerospace Defense Conference (MADC), I had... read more >>
pre.codeinput { background: #F9F7F3; padding: 10px; border: 1px solid rgb(200,200,200); } @media print { pre.codeinput {word-wrap:break-word; width:100%;} } span.keyword... read more >>
A while ago, a colleague needed to use the sinc function to interpolate some channel data posted by the IEEE 802.15.3a working group. The files they supplied were large and the interpolation took a... read more >>
Use dynamic field references, the notation .(), where possible, instead of setfield, getfield, and eval.
History
In MATLAB 6.5 (Release 13), we introduced dynamic field references into MATLAB. What... read more >>