How to read in names of function input arguments as strings?

1 次查看(过去 30 天)
Is there any way I can read in the names of input arguments of function m-files as strings? I have a function m-file: function ([inarg1 inarg2 inarg3]) ... I need the names of the input arguments to display in the output plot. Thanks!

采纳的回答

Matt J
Matt J 2013-11-24
  2 个评论
Walter Roberson
Walter Roberson 2013-11-24
Do you want the names of the variables that users passed in to the call, or do you want to know, "for this function I am executing now, what the names are that I gave the the dummy arguments" (e.g., for producing help information) ?
Rinu
Rinu 2013-11-24
Actually, I want my function file to accept an array of filenames as input arguments. I'm using fopen to read in the data of each file. I want to generate a plot using data contained in each input file and I want to output the filenames along with the corresponding plot.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 String Parsing 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by