Change-Id: I83f55c7a34cd871dd3737502395130c8f28d9787
if lhs==2 | isdef("logFormat","l") then
varargout(1) = logb
end
- if lhs==1 & ~isdef("logFormat","l") | lhs==2 then
+ if lhs<=1 & ~isdef("logFormat","l") | lhs==2 then
varargout($+1) = b
end
endfunction