I've been stuck on this MATLAB question

3 views (last 30 days)
Sara Maria El Oud
Sara Maria El Oud on 23 Aug 2017
Answered: Star Strider on 23 Aug 2017
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.

Answers (1)

Star Strider
Star Strider on 23 Aug 2017
The rem or mod functions are your friends in this problem.

Categories

Find more on Programming in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!