Community Profile

photo

Alexey Budkov


Last seen: Today Active since 2022

Followers: 0   Following: 1

Statistics

  • First Answer
  • First Review

View badges

Feeds

View by

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

2 years ago | 1