Timeline for How to modify a global large array in a function [duplicate]
Current License: CC BY-SA 4.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 25, 2018 at 16:54 | history | duplicates list edited | Kuba | duplicates list edited from How to modify function argument? to Passing a matrix as a function argument, Why does this function fail when a non-function version of the same code works?, How to modify function argument? | |
| Nov 25, 2018 at 16:53 | comment | added | Kuba | Additional reading: mathematica.stackexchange.com/a/18737/5478 | |
| Nov 25, 2018 at 16:53 | history | closed | Kuba | Duplicate of How to modify function argument? | |
| Nov 25, 2018 at 16:38 | comment | added | cmc | @Kuba it works well! thank you. | |
| Nov 25, 2018 at 15:37 | comment | added | Kuba | SetAttributes[foo, HoldFirst]; foo[a_, i_]:=a[[i]] = 1? | |
| Nov 25, 2018 at 15:12 | history | asked | cmc | CC BY-SA 4.0 |