Community Profile

photo

Matvii Kistaiev


Last seen: 4 months ago Active since 2022

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Output argument's name same as input argument's
Is there any differences in MATLAB behavior in these cases: function output = func(input) output = do_smth(input, ... );...

2 years ago | 2 answers | 0

2

answers

Question


How does MATLAB REALLY pass arguments to functions?
I know that MATLAB might pass non-handle objects arguments "by reference" for optimization's sake. For example when argument isn...

2 years ago | 1 answer | 0

1

answer