Alexey Budkov - MATLAB Central
photo

Alexey Budkov


Last seen: 3 months ago Active since 2022

Followers: 0   Following: 2

Statistics

MATLAB AnswersZoom OutFrom 03/22 to 01/25Use left and right arrows to move selectionFrom 03/22Use left and right arrows to move left selectionTo 01/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

RANK
20,137
of 296,498

REPUTATION
2

CONTRIBUTIONS
0 Questions
1 Answer

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
1

  • 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)

3 years ago | 1

Go to top of page