Skip to Main Content Skip to Search
File Exchange
MATLAB Newsgroup
Link Exchange
  Blogs  
 Contest 
MathWorks.com

Loren on the Art of MATLAB

Archive for the ‘Education’ Category


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.

  • Loren: Hannah- If you are looking to see if a value of a field is set, use one of the string comparison functions,...
  • Hannah: Hi, Is there any way to check for the existence of structure elements? For example… >> c c =...
  • John DErrico: Hi Pam, Interpolation in a higher number of dimensions is interesting for a few reasons. In fact, I...
  • Loren: Michel- I am not sure you can extend it. What you can do is run it twice, first with 3 points, and then, if...
  • Michel Charette: My head’s still spinning trying to figure out how the solution got from ultra-fragile floating...
  • Loren: Thanks Yi. Also, for what it’s worth, I have put in an enhancement request to have the deletion syntax...
  • Yi Cao: Loren, It is an interesting experiment. I wish to point out that even in the situation where a set of...
  • Pam: Dear John, The mini lecture is great! I am interested in knowing how to linearly interpolate for higher...
  • Loren: Jebb- Good question! In today’s MATLAB you don’t need to do more than A(1) = B(1) but I was trying...
  • jebb: I was interested to see this method of forcing a non-lazy copy: A = B; A(1) = A(1) + sin(0); Presumably the...

These postings are the author's and don't necessarily represent the opinions of The MathWorks.

Related Topics