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