フィルターのクリア

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

1 回表示 (過去 30 日間)
Rinu
Rinu 2013 年 11 月 24 日
コメント済み: Rinu 2013 年 11 月 24 日
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 日
doc inputname
  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 Center および File ExchangeString Parsing についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by