Problem-Solving Approach Flashcards
1
Q
hat is the general approach to solving problems in MATLAB?
A
Generate data points, perform calculations on arrays, use built-in functions.
2
Q
How do you find the x value of a maximum or minimum y value?
A
Use index functions in combination with max() or min().
3
Q
What is the computational advantage of MATLAB?
A
Solves problems numerically rather than algebraically.
4
Q
How do you input arguments into a function?
A
Parentheses () and commas.