Question: in matlab Create a vector, vec, beginning at 2, incrementing by 3 and ending at 18. Create a logical indexing vector, idx, of true, false,

in matlab

Create a vector, vec, beginning at 2, incrementing by 3 and ending at 18. Create a logical indexing vector, idx, of true, false, false true, true, false, true, true, true, and false. Create a new vector, newVec, that uses the idx vector as the subscript, i.e. newVec(idx), and set it equal to the original vector, vec. How many elements does the original vector, vec, contain? How many elements does the indexing vector, idx, contain? How many elements does the vevtor newVec contain?

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!