How to reverse a duration?
Afficher commentaires plus anciens
e.g. c = minutes(2) gives a duration variable: c = 2 min... How to reverse it and get just an integer of 2 ?
Réponse acceptée
Plus de réponses (1)
Kevin Chng
le 28 Août 2018
0 votes
c = minutes(2) minutes(c)
it will give you back the integer....
Catégories
En savoir plus sur Logical dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!