Problem 2214. Return the names and values of the input arguments of a function

Given a function name, return the names and values of the input arguments.

e.g. function_name(arg1, arg2) is a function definition, then return input names as arg1 and arg2 alongwith their values.

Solution Stats

31.53% Correct | 68.47% Incorrect
Last Solution submitted on Feb 13, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers29

Suggested Problems

More from this Author25

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!