How do I retrieve the names of function parameters in matlab?

前端 未结 6 1239
面向向阳花
面向向阳花 2020-12-01 12:18

Aside from parsing the function file, is there a way to get the names of the input and output arguments to a function in matlab?

For example, given the following fun

6条回答
提交回复
热议问题