photo

Alexey Budkov


Last seen: 7 días hace Con actividad desde 2022

Followers: 0   Following: 2

Estadística

  • First Answer
  • First Review

Ver insignias

Feeds

Ver por

Respondida
How to "extract" a variable name to a string ?
Try the following: myvar = 1; get_myvar_name = @(x) inputname(1); get_myvar_name(myvar)

más de 2 años hace | 1