Any way to have a function return a variable dynamically

I want a function to return a variable with a dynamic name so returns variable mar19 for today. Is this possible

댓글 수: 1

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개)

카테고리

도움말 센터File Exchange에서 Logical에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

질문:

2012년 3월 19일

Community Treasure Hunt

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

Start Hunting!

Translated by