photo

Alexey Budkov


Last seen: 7 jours il y a Actif depuis 2022

Followers: 0   Following: 2

Statistiques

  • First Answer
  • First Review

Afficher les badges

Feeds

Afficher par

Réponse apportée
How to "extract" a variable name to a string ?
Try the following: myvar = 1; get_myvar_name = @(x) inputname(1); get_myvar_name(myvar)

plus de 2 ans il y a | 1