Feeds
답변 있음
What is the best way to get the name of a variable in a script?
You can use <https://uk.mathworks.com/help/matlab/ref/inputname.html inputname> function for that: aaa = 16; safe_a...
What is the best way to get the name of a variable in a script?
You can use <https://uk.mathworks.com/help/matlab/ref/inputname.html inputname> function for that: aaa = 16; safe_a...
거의 8년 전 | 2
