Ask Question
17 May, 17:34

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. 17 May, 18:56
    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?
Get 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 there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers