I've been stuck on this MATLAB question
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I'm supposed to write a code on MATLAB that solves this problem.
21855372 21397898 21303234 21849704 21647943 21485234 21825033
Take the last three digits of these numbers above and divide them by 1000. Then find arithmetic average of the numbers obtained.
0 comentarios
Respuestas (1)
Star Strider
el 23 de Ag. de 2017
The rem or mod functions are your friends in this problem.
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!