Question: Complete the function using Matlab Requirements: function OrthogonalityTest should return an output of 2 if the input vectors a and b are orthogonal. Otherwise, it

Complete the function using Matlab
Requirements: function OrthogonalityTest should return an output of 2 if the input vectors a and b are orthogonal. Otherwise, it should return an output of 9. You may assume that the two inputs have the same dimensions. The function template is provided below. function c = OrthogonalityTest(a, b) if expression statement else statement end end
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
