ENGS22 - Systems - QUIZ
ENGS22 · Systems
Engineering Sciences
- Questions
- 10 Questions
Practice 10 questions on ENGS22 - Systems at Engineering Sciences. Free AI-generated quiz on uNotes — track your score, retake anytime.
Questions
- 1What is the primary difference between the multiplication operators '*' and '.*' in MATLAB?
- 2When using the command 'logspace(1, 5, 50)', what are the starting and ending values of the generated vector?
- 3According to the lab guidelines, which of the following elements must be included in every MATLAB plot for full credit?
- 4If a vector x is defined as 'linspace(-1, 1, 100)', which command correctly calculates the square of each individual element in x?
- 5In the parallel resistance calculation Rp = (R1 * R2) / (R1 + R2), what happens to the value of Rp if R1 is significantly smaller than R2?
- 6What character is used in MATLAB to transpose a vector (e.g., convert a row vector to a column vector)?
- 7When plotting a constant value 'A' against a vector 'B', why might you use the command 'A = 10 * ones(size(B))'?