Suppose that x = [10, -2, 6, 5, -3] and y = [9, -3, 2, 5, -1].

Question:

Suppose that x = [10, -2, 6, 5, -3] and y = [9, -3, 2, 5, -1]. Find the results of the following operations by hand and use MATLAB to check your results.

a. z = (x < 6)

b. z = (x <= y)

c. z = (x == y)

d. z = (x ~= y)

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: