Suppose you have a function like
Define a(Expression,[varlist],[varerror])=Func ...
How can I know how many terms the user used between each [] ?
I know that, if was a list such as a(expr,{varlist},{varerror})=func
I could do:
newMat(dim(varlist),1)
but with this workaround I can't re-use the function ...
as the output would be in the format[], and the input is a list ..
Thanks for read this topic, and especially if can clarify how to do this!!