Maybe I'm spoiled by Python, but Octave allows you to assign variable values โโdirectly from a vector? That is, doing something like
a,b,c=[5,6,7]
will lead to a=5, b=6, c=7
. I tried many combinations of writing the expression above, but so far have failed ...
r0u1i source share