フィルターのクリア

Any way to have a function return a variable dynamically

1 回表示 (過去 30 日間)
Chris
Chris 2012 年 3 月 19 日
I want a function to return a variable with a dynamic name so returns variable mar19 for today. Is this possible
  1 件のコメント
Oleg Komarov
Oleg Komarov 2012 年 3 月 19 日
I pointed out one use with assignin but I would not recommend it.
Read http://matlab.wikia.com/wiki/FAQ#How_can_I_create_variables_A1.2C_A2.2C....2CA10_in_a_loop.3F which is strictly related and specifically concentrate on the dynamic structure.

サインインしてコメントする。

採用された回答

Chad Greene
Chad Greene 2012 年 3 月 19 日
Combined with the above comment from Oleg, if you only need today's date, this will be useful:
date
Formatted the way you suggest,
datestr(date,'mmmdd')

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeProgramming についてさらに検索

タグ

タグが未入力です。

Community Treasure Hunt

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

Start Hunting!

Translated by