Ask Question
5 September, 12:21

Using what you have learned about conditional statements and loops, create a 3-page matrix with the same 2-D dimensions as your drawing. For example, Dr. Skurla's matrix was a 15 x 15 x 3 matrix.

+5
Answers (1)
  1. 5 September, 13:01
    0
    x = 3; a=2; b=7;

    if x>b

    x = b;

    elseif x
    x = a^2;

    else

    x = x^3;

    end
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Using what you have learned about conditional statements and loops, create a 3-page matrix with the same 2-D dimensions as your drawing. ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers