
Programming Languages:
Python, C, C#, MATLAB
Spoken Languages:
English
Pronouns:
Any pronouns
Python, C, C#, MATLAB
Spoken Languages:
English
Pronouns:
Any pronouns
Feeds
已解决
Back to basics - mean of corner elements of a matrix
Calculate the mean of corner elements of a matrix. e.g. a=[1 2 3; 4 5 6; 7 8 9;] Mean = (1+3+7+9)/4 = 5
19 days 前