Question: Matlab 1. Write a function which takes as argument a vector and returns 1 if more than half of its elements are bigger than 10
1. Write a function which takes as argument a vector and returns 1 if more than half of its elements are bigger than 10 and 0 if they are not. Make sure to not check unnecessary elements, i.e. stop the loop after more than half of the elements are already found to be bigger than 10
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
