Don't get me wrong... I love matlab, but does anyone know why they don't have +=, -= or *= operators?
They're so convenient! And if you have a complex indexing scheme or something, you don't have like:
A(junkjunkjunkjunk,junkjunkjunkjunk2) = A(junkjunkjunkjunk,junkjunkjunkjunk2) + 3;
instead,
A(junkjunkjunkjunk,junkjunkjunkjunk2) += 3;
Isn't that nice? C'mon mathworks, what's the deal
-Eric
They're so convenient! And if you have a complex indexing scheme or something, you don't have like:
A(junkjunkjunkjunk,junkjunkjunkjunk2) = A(junkjunkjunkjunk,junkjunkjunkjunk2) + 3;
instead,
A(junkjunkjunkjunk,junkjunkjunkjunk2) += 3;
Isn't that nice? C'mon mathworks, what's the deal
-Eric