Problem 45866. Average of corner elements of a matrix (★★)

(copy of prob 2235)

Calculate the average of corner elements of a matrix.

e.g. x=[1 2 3; 4 5 6; 7 8 9;]

avg = (1+3+7+9)/4 = 5

Solution Stats

54.49% Correct | 45.51% Incorrect
Last Solution submitted on Aug 03, 2023

Solution Comments

Show comments

Problem Recent Solvers82

Suggested Problems

More from this Author52

Problem Tags

Community Treasure Hunt

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

Start Hunting!