Community Profile

photo

Roman Putanowicz


Last seen: 4 months ago Active since 2019

Statistics

  • Explorer
  • First Review
  • Knowledgeable Level 1
  • First Answer

View badges

Content Feed

View by

Answered
What if only 1 of 2 function inputs is given?
I think this is the function you ask about: function z= stackNtimes(v, n) if nargin < 2 n = length(v); end z = re...

5 years ago | 0

| accepted

Answered
What if only 1 of 2 function inputs is given?
I usually solve such problem redesigning the function to take structure instead of ordinary arguments. Then within the function ...

5 years ago | 1