Question: Write an Octave function (matrix_check.m), perform the following operation: (a) Three input Arguments M1: AxB matrix (A,B are unknown) M2: AxB matrix target: integer variable

Write an Octave function (matrix_check.m), perform the following operation:

(a) Three input Arguments

M1: AxB matrix (A,B are unknown)

M2: AxB matrix

target: integer variable

------------------------------------------------------------

(b) Three output Arguments

M3: CxD matrix (C,D are unknown)

M4: ExF matrix (E,F are unknown)

Result: integer variable

------------------------------------------------------------

(c) Insert the row of M1 (or M2) into M3 is the whole row are the same.

(d) You should ignore the operation (c) if the column size does not match.

(e) Insert to column of M1 (or M2) into M4 is the whole column are the same.

(f) You should ignore the operation (e) if the row size does not match.

(g) Count how many elements in M3 and M4 are equal to target, save the count into Result.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!