The Project: You are required to create and present a PowerPoint on a C++ and/or
ID: 3714362 • Letter: T
Question
The Project: You are required to create and present a PowerPoint on a C++ and/or MATLAB application to a specific engineering problem.
The problem: A) create a three-dimensional array D whose three "layers" are these matrices:
B) Use Matlab to find the largest element in each layer of D and the largest element in D.
Can you please do the following for this problem? And also write out the math done for the matrices! Thank you!!!!!
1. Conceptual model
2.mathematical model
3. C++/Matlab computer model and simulation
4. application
3 -21 6 9 -4 7 -5 21 7 9 10 3 -9 8Explanation / Answer
% Program 3D Array using three 3x3 matrices
A=[3 -2 1;6 8 -5;7 9 10]
B=[6 9 -4;7 5 3;-8 2 1]
C=[-7 -5 2;10 6 1;3 -9 8]
D=cat(3,A,B,C)
Solution B part===>
%Find max of each layer
maxlayerA= max(A)
maxlayerB=max(B)
maxlayerC=max(C)
maxelementD=max(D)
3x3 matrices be used to represent the digitial communication channel in space (x,y) with time(t) coordinates represent three diffirent loaction and time . When combining all signal representation it is represented in the form to
three layer . For exmple : mathematical model - cuboid
Using matlab simulation , we can exact functionalities of fliud dynamics.
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.