필터 지우기
필터 지우기

How can I create a string with sprintf based on these data?

조회 수: 2 (최근 30일)
Reni Llupa
Reni Llupa 2017년 12월 1일
답변: Walter Roberson 2017년 12월 1일
The goal is to create a string which reads 'day, month, day(num), year' example: 'Sun, Nov 12, 2017' I will link what I have so far down below.
The months are given as a chart which I need to index, so say if the month is 1, the final string would read 'Jan'.
thats what i have so far but it keeps reading error. Thanks in advance.

답변 (1개)

Walter Roberson
Walter Roberson 2017년 12월 1일
m = m_name(mm, :);
And remember to put in the appropriate commans in formatSpec

카테고리

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