Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

how to take in array last two unit of time (minute,seconds)

조회 수: 1 (최근 30일)
singh
singh 2015년 5월 2일
마감: MATLAB Answer Bot 2021년 8월 20일
for i=1:4
for i=1:10
format shortg
t=clock;
t1=t([5,6]);
t2(i)=t1
end
end
this upper code does not show the value in t2 array ,I wish to store the value t1 in t2 array every iteration i for comparison .
plz suggest me

답변 (0개)

태그

Community Treasure Hunt

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

Start Hunting!

Translated by