Question: IT HAS TO BE DONE WITH MATLAB MATLAB Given a vector of numbers, return true if one of the numbers is a square of any
IT HAS TO BE DONE WITH MATLAB MATLAB

Given a vector of numbers, return true if one of the numbers is a square of any number in the vector (including itself). Otherwise return false. Example: Input a = [2 3 4] Output b is true Output is true since 2^2 is 4 and both 2 and 4 appear on the list. function b = is It Squared (a) b = true; end
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
