Ask 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. For example, Dr. Skurla's matrix was a 15 x 15 x 3 matrix.

+5
Answers (1)
  1. 20 January, 04:46
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers