フィルターのクリア

how to start time from 0s

4 ビュー (過去 30 日間)
mira
mira 2015 年 4 月 5 日
編集済み: Stephen23 2015 年 4 月 6 日
Hi, I am creating a GUI in matlab. I have a button and the time when I press the button is recorded. I manage to do that using clock. However, is there any way the start of the time is from 0s? Thanks.
  1 件のコメント
Jan
Jan 2015 年 4 月 5 日
Please edit the question and add much more details. "Using clock" does not explain clearly, what you are doing, therefore I cannot guess what the problem is.

サインインしてコメントする。

採用された回答

Stephen23
Stephen23 2015 年 4 月 6 日
編集済み: Stephen23 2015 年 4 月 6 日
Here are two simple ways to start a timer that counts from zero:
  • Use tic and toc to do the timing.
  • Use now, save the start time, and subtract this from all subsequent time values.
  1 件のコメント
mira
mira 2015 年 4 月 6 日
編集済み: mira 2015 年 4 月 6 日
Hi, Can you show me how to save the start time using now? because I already use now, but seems not working. Much appreciated.Actually, I want to save the time when pressing the button.

サインインしてコメントする。

その他の回答 (2 件)

Mahdiyar
Mahdiyar 2015 年 4 月 6 日
Hi mira
you can also use command "clock" as follows:
Start_Time = clock
it gives you the accurate time as following matrix
[year month day hour minute seconds]
Regrads
  1 件のコメント
mira
mira 2015 年 4 月 6 日
編集済み: mira 2015 年 4 月 6 日
Hi Mahdiyar, I am already using the command just like you say,but the thing is how I want to save the start time. This because the first pressed button already need to save the time.so I have to minus the time of first press button with the start time. Hope you understand what I mean.

サインインしてコメントする。


mira
mira 2015 年 4 月 6 日
thank you all.I get what I want now.

カテゴリ

Help Center および File ExchangeClocks and Timers についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by