Please use MATLAB to answer the following Also please post c

   Please use MATLAB to answer the following. Also please post coding and pictures - thank you!!

uga.view.usg.edu/ ENGR PRING 1017, Lab4, Your na Use MATLAB find answers to the following problems. You are to the search option and the help command in MATLAB help you with this exarais. Clear your werkspace, Perform the following operations and write the eemmands you vsed. A Crane a vector A of the even numbers between 23 and 6 A the even-numbered columni ofA loan array called B assign the odd numbered oolumns to an array called C Creme a new row vector D by appending elements ora A to A Then use the length find the length Reshape your n2by2) and itE Use your operations find the follow: Dish

Solution

Answer :

%Creating A

A=[24:2:56];
%B=A([Initial value:No. of Columns to increment by:Size of the array])
B=A([2:2:size(A,2)]);
C=A([1:2:size(A,2)]);

%Appending A with 2A and assigned to D
D=[A 2*A];
n=length(D);

%Converting vector D to matrix of n/2,2
E=reshape(D,[n/2,2]);
% disp(A);
% disp(B);
% disp(C);
disp(D(15));
disp(n);
disp(E(6,2));

 Please use MATLAB to answer the following. Also please post coding and pictures - thank you!! uga.view.usg.edu/ ENGR PRING 1017, Lab4, Your na Use MATLAB find

Get Help Now

Submit a Take Down Notice

Tutor
Tutor: Dr Jack
Most rated tutor on our site