How do i write this or represent this on matlab editor , i am new to it
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
If 5-mod(G,5)<=2 Then
G= 60
CG = G + 5-mod(G,5) else
CG = ceil(G,1).
0 comentarios
Respuestas (1)
Voss
el 6 de Mayo de 2022
if 5-mod(G,5)<=2
G= 60
CG = G + 5-mod(G,5)
else
CG = ceil(G,1)
end
0 comentarios
Ver también
Categorías
Más información sobre Software Development Tools en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!