photo

Matvii Kistaiev


Last seen: 7 Monate vor Aktiv seit 2022

Followers: 0   Following: 0

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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, ... );...

mehr als 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort