How do i write this or represent this on matlab editor , i am new to it

3 vues (au cours des 30 derniers jours)
Chukwuemeka Edward
Chukwuemeka Edward le 6 Mai 2022
Réponse apportée : Voss le 6 Mai 2022
If 5-mod(G,5)<=2 Then
G= 60
CG = G + 5-mod(G,5) else
CG = ceil(G,1).

Réponses (1)

Voss
Voss le 6 Mai 2022
if 5-mod(G,5)<=2
G= 60
CG = G + 5-mod(G,5)
else
CG = ceil(G,1)
end

Catégories

En savoir plus sur Software Development Tools dans Help Center et File Exchange

Tags

Produits


Version

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by