shmoo plot for testing

Status
Not open for further replies.

lh-

Member level 1
Joined
Oct 5, 2016
Messages
37
Helped
0
Reputation
0
Reaction score
0
Trophy points
6
Activity points
277
i have a task - generate shmoo plot from a matrix (of doubles), given the scale and step (in how many submatrices to divide the original matrix).
i only know that i should calculate the average of each submatrix, i.e. suppose the big matrix is my input and step is 3, so the matrix of submatrices will be:

(sorry the spaces aren't visible, its basically 1 matrix divided into 9 submatrices)

Code:
+-----+------+------+
|     |      |      |
|     |      |      |
+-----+------+------+
|     |      |      |
|     |      |      |
+-----+------+------+
|     |      |      |
|     |      |      |
+-----+------+------+
and i need to calculate the 9 averages. but this is all am i given. what then? what does this scale mean? i don't understand what i should do. please help me. thanks in advance
 
Last edited by a moderator:

does someone know anything about this? please help?
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…