Closed jgillis closed 9 years ago
Consider the Matlab output duality of size:
size(a) % n m
[m,n] = size(a)
I propose a %feature 'optionalunpack' that brings this behavour to a wrapped function.
Consider the Matlab output duality of size:
I propose a %feature 'optionalunpack' that brings this behavour to a wrapped function.