Covering some basic topics I haven't seen elsewhere on Cody.
Return as a string the name of the input variable to the function (as named in the parent workspace)
Example:
if the function was called as such: my_variable=[]; y=inputvariable(my_variable);
y would equal 'my_variable'.
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers385
Suggested Problems
-
Project Euler: Problem 5, Smallest multiple
1651 Solvers
-
Project Euler: Problem 7, Nth prime
1753 Solvers
-
Back to basics 12 - Input Arguments
622 Solvers
-
Sum the elements in either diagonal of a square matrix
221 Solvers
-
Create matrix of replicated elements
397 Solvers
More from this Author39
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
I never knew this was possible. Thanks for introducing the topic.