In Matlab If a=[4,6;7,8] then a' is 1 point equal to * [4,6;7,8] [4,7;6,8] [8,6;7,4] [4,8;7,6] Examples of string functions that return numerical values * Int Len Mid Instr Sqrt 2 points
Added by Nuria L.
Close
Step 1
In Matlab, the apostrophe is used to transpose a matrix or a vector. Transposing a vector means converting a row vector into a column vector or vice versa. So, if a = [4, 6, 7, 8], then a' would be equal to [4; 6; 7; 8]. This is because the original vector a is a Show more…
Show all steps
Your feedback will help us improve your experience
K S and 81 other AP CS educators are ready to help you.
Ask a new question
Labs
Want to see this concept in action?
Explore this concept interactively to see how it behaves as you change inputs.
Key Concepts
Recommended Videos
What is the output from the following MATLAB / Scilab code? A = [1 2 3; 4 5 6; 7 8 9]; A(4, 5) = 20; A(3, 3)
Adi S.
Recommended Textbooks
Computer Science and Information Technology
Introduction to Programming Using Python
Computer Science - An Overview
Watch the video solution with this free unlock.
EMAIL
PASSWORD