DIFFUSIVITY EXERCISE
This program uses a similar prompt as the one in the homework, except this one will calculate and plot the diffusivity of two different materials based on a set of temperatures.
Graphical output of the data from the program above. Alpha diffusivity is depicted in blue, while beta diffusivity is depicted in red.
TURN A HELIX INTO A TORNADO
In this exercise, we were given a program that graphs a helix horizontally along the x-axis. We were told to transform this helix into a vertically standing "tornado" shape. This was done by manipulating the three equations to have the data set run along the z-axis rather than the x-axis and adjusting some of the values within the equation
MESHGRID
In this exercise, we used the meshgrid function in order to combine two matrices into a single large matrix. We plotted this matrix using four different 3-D graphing tools embedded within MatLab.
HALL-PETCH EXERCISE
No comments:
Post a Comment