How to reverse a duration?
Mostra commenti meno recenti
e.g. c = minutes(2) gives a duration variable: c = 2 min... How to reverse it and get just an integer of 2 ?
Risposta accettata
Più risposte (1)
Kevin Chng
il 28 Ago 2018
0 voti
c = minutes(2) minutes(c)
it will give you back the integer....
Categorie
Scopri di più su Logical in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!