How to reverse a duration?

2 visualizaciones (últimos 30 días)
Martin
Martin el 28 de Ag. de 2018
Respondida: Kevin Chng el 28 de Ag. de 2018
e.g. c = minutes(2) gives a duration variable: c = 2 min... How to reverse it and get just an integer of 2 ?

Respuesta aceptada

Stephan
Stephan el 28 de Ag. de 2018
Editada: Stephan el 28 de Ag. de 2018
Hi,
doing the same with a duration gives a double:
a = minutes(2)
whos a
b = minutes(a)
whos b
See also here:
Best regards
Stephan
  1 comentario
Martin
Martin el 28 de Ag. de 2018
that was pretty simple lol thanks

Iniciar sesión para comentar.

Más respuestas (1)

Kevin Chng
Kevin Chng el 28 de Ag. de 2018
c = minutes(2) minutes(c)
it will give you back the integer....

Categorías

Más información sobre Logical en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by