monthnum2name

버전 1.01 (1.71 KB) 작성자: John McDowell
Simple function to convert month number to month name. Saves user having to manually generate datestrings/datetimes and extract the month.
다운로드 수: 17
업데이트 날짜: 2020/7/10

라이선스 보기

% J.McDowell - 10/07/20
% Simple function to convert month number to month name (eg [7] to 'July').
% Multiple numeric inputs are accepted (eg [5,8] outputs {'May','August'}).

%% Inputs

% MonthNumber: Numeric array of integers within the range 1 to 12.
% Multiple numeric inputs accepted in the form [m1,m2,mn...].

% MonthFormat: Character array that must equal either 'First','Short' or
% 'Long'. Input is not case sensitive and abbreviations are accepted.
% 'First' will output the first letter of the month (eg 'S' for September).
% 'Short' will output the first 3 letters of the month (eg 'Jun' for June).
% 'Long' will output the full month name (eg 'January' for the 1st month).

%% Outputs

% MonthName - character or cell array (if multiple numeric inputs given) of
% month names in the user specified Format.

인용 양식

John McDowell (2024). monthnum2name (https://www.mathworks.com/matlabcentral/fileexchange/77981-monthnum2name), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2020a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.01

Updated description.

1.0.0