Community Profile

photo

Roman Putanowicz


Last seen: 4 mesi fa Attivo dal 2019

Followers: 0   Following: 0

Contatto

Statistiche

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

Visualizza badge

Feeds

Visto da

Risposto
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...

circa 5 anni fa | 0

| accettato

Risposto
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 ...

circa 5 anni fa | 1