Question: 2. Write an Octave function, lab02_02 to perform the following operation. (a) Three input Arguments M1: AxB matrix (A,B are unknown) M2: AxB matrix target:

2. Write an Octave function, lab02_02 to 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 if the whole row is the same. (d) You should ignore the operation (c) if the column size does not match (e) Insert the column of M1 (or M2) into M4 if the whole column is 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.

Thank you!!

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!