Question: Matlab Review 1. Write a single statement that shifts every element of g to the left and assigns it to h. In other words h(1)
Matlab Review
1. Write a single statement that shifts every element of g to the left and assigns it to h. In other words h(1) will be g(2) and h will have one fewer than g. g can be any size
2. Write a statement that assigns var2 with the even elements of var1. var1 can be any size. So far I have
var2 = rem(var1,2) == 0: but this gives me an logical array
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
