How to replace a number/vector by string?

조회 수: 1 (최근 30일)
googo
googo 2013년 3월 25일
for example: a=[1 1 2000] ---> 1/1/2000
I'm only allowed using num2str but I don't understand how to use it.
thank's..

답변 (2개)

googo
googo 2013년 3월 25일
thanks... how do I use the switch and case if I want to sort number of situations if days < 10 of month < 10 etc...
switch month case <10
?
  댓글 수: 1
Jan
Jan 2013년 3월 25일
This is a new question. Please do not post it as an answer to another question.
If your original question is solved, accept the corresponding answer. Thanks.

댓글을 달려면 로그인하십시오.


Jan
Jan 2013년 3월 25일
a = [1 1 2000]
sprintf('%d/%d/%d', a)

카테고리

Help CenterFile Exchange에서 Resizing and Reshaping Matrices에 대해 자세히 알아보기

태그

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

Community Treasure Hunt

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

Start Hunting!

Translated by