INTRODUCTION TO MATLAB

Please read all the instructions carefully.  Deadline:  This assignment is due end of the day on Monday Feb.  29th (11:59 PM). This assignment  will contribute  42% towards  your overall mark of this component.   Do not collaborate,  inspire, copy, or copy and  then modify, code from another student.  This assignment must be done aloneóno lab partners.  Departmental penalty rules will be applied for late submissions and plagiarism/collusion cases.

  1. Using random numbers to calculate p

Consider the square with sides of length 1 and the circle with radius 1  that can be inscribed within

 

the square.             The ratio of their areas is  Areacircle square

 

= p .

Uniformly distributed points in the square can be drawn by using two independent uniform random

numbers (one for the x-coordinate and one for the y-coordinate).  The fraction f of the points that fall within the inscribed circle is also the ratio of the areas f ò p . As the number of points increases,

the magnitude of the difference 4f – p decreases.

Please, write a very short script and produce some plots in MATLAB to demonstrate the concept described above.

ï (A-1) Draw 1000 points uniformly distributed in the unit square. To make your results consis- tent with your classmates, in the line before generating the random numbers set the random number generators seed via rng(171172).

ï (A-2,A-3) Compute a running average of f , the fraction of points falling within the inscribed

circle (the circle has a center  of [ 1 , 1 ] and radius of 1 ).  The running average should start

2   2                                     2

with the first point and continue to the 1000th point (fraction of the one-thousand points).

Hint:  Use ones, cumsum twice, and ./ to calculate a running average.

ï (A-4) Create a plot showing the running average

ñ Plot a black horizontal line at y = p from 1 to 1000.

ñ Plot the value of running average of 4f as blue ◊ís.

ñ Create a title and label the axes

ï (A-5) Report the normalized percentage difference 100   4f -p  % using 10, 50, 100, 500, and

1000 points in a table.  Use 2 decimal points.

ï (A-6) Create a two-dimensional scatter plot that shows the first 500 points and differentiates the points within the circle from those outside the circle.

ñ Indicate points within the circle using red circle markers

ñ Indicate points outside the circle using blue square markers

ñ The plot area should be a square

ñ The plot should have a legend indicating which markers are within the circle

  1. Temperature analysis

You are provided with a dataset consisting of the daily mean, maximum, and minimum temperatures at a Liverpool weather station in 2015 (the data is publicly available from Wunderground.com).  The file is available on VITAL in MATLABís binary format and is called assign1.mat.

For this part of the assignment, you are tasked with calculating the average daily high and low for each month.  (There was no recording for the 25th of December so its row has NaN, please remove this row before any calculations.)  The values are recorded in Celsius, but please convert the monthly averages to Fahrenheit also.  Report all values with one decimal point (for example, 4.2) in a table where each column is a month starting with January and there are 4 rows: first two rows are in Celsius,

1

2                               ELEC171/172         ó          INTRODUCTION  TO  MATLAB          ó          ASSIGNMENT  1

the first row is the average daily high and the second row is the daily low. The third and fourth rows correspond to the first two rows but the values are in Fahrenheit.

Example use of the dataset.

load(íassign1.matí,ídate_arrayí,ídata_valsí);

%   date_array  is a  365  by  3  matrix

%   Columns  correspond  to  year,  month,  day

%   so you  will  only  need  the  2nd  and  possibly  the  3rd  columns

%   data_vals  is a  365  by  5  matrix

%   Columns  correspond  to:

%MeanTemperatureC,MinTemperatureC,MaxTemperatureC,MeanWindSpeedKmh,MaxWindSpeedKmh figure(1),clf  %create  figure  and  clear  it h1=plot(1:365,data_vals(:,1),íkoí,ímarkersizeí,8);

hold  all    %allows  you  to  plot  more  than  one h2=plot(1:365,data_vals(:,2),íbví,ímarkersizeí,8); h3=plot(1:365,data_vals(:,3),írsí,ímarkersizeí,8); set(gca,ífontsizeí,12)  %change  font  size title(íDaily  temperatures  in  Liverpoolí) xlabel(íDay  of  the  yearí)

ylabel(íTemperature  (C)í)

legend([h3  h1  h2],íHighí,íAverageí,íLowí)

[if gte mso 9]><xml> <o:OfficeDocumentSettings> <o:AllowPNG/> </o:OfficeDocumentSettings> </xml><![endif] [if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves/> <w:TrackFormatting/> <w:PunctuationKerning/> <w:ValidateAgainstSchemas/> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF/> <w:LidThemeOther>EN-US</w:LidThemeOther> <w:LidThemeAsian>JA</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables/> <w:SnapToGridInCell/> <w:WrapTextWithPunct/> <w:UseAsianBreakRules/> <w:DontGrowAutofit/> <w:SplitPgBreakAndParaMark/> <w:EnableOpenTypeKerning/> <w:DontFlipMirrorIndents/> <w:OverrideTableStyleHps/> <w:UseFELayout/> </w:Compatibility> <m:mathPr> <m:mathFont m:val=”Cambria Math”/> <m:brkBin m:val=”before”/> <m:brkBinSub m:val=”&#45;-“/> <m:smallFrac m:val=”off”/> <m:dispDef/> <m:lMargin m:val=”0″/> <m:rMargin m:val=”0″/> <m:defJc m:val=”centerGroup”/> <m:wrapIndent m:val=”1440″/> <m:intLim m:val=”subSup”/> <m:naryLim m:val=”undOvr”/> </m:mathPr></w:WordDocument> </xml><![endif][if gte mso 9]><xml> <w:LatentStyles DefLockedState=”false” DefUnhideWhenUsed=”true” DefSemiHidden=”true” DefQFormat=”false” DefPriority=”99″ LatentStyleCount=”276″> <w:LsdException Locked=”false” Priority=”0″ SemiHidden=”false” UnhideWhenUsed=”false” QFormat=”true” Name=”Normal”/> <w:LsdException Locked=”false” Priority=”9″ SemiHidden=”false” UnhideWhenUsed=”false” QFormat=”true” Name=”heading 1″/> <w:LsdException Locked=”false” Priority=”9″ QFormat=”true” Name=”heading 2″/> <w:LsdException Locked=”false” Priority=”9″ QFormat=”true” Name=”heading 3″/> <w:LsdException Locked=”false” Priority=”9″ QFormat=”true” Name=”heading 4″/> <w:LsdException Locked=”false” Priority=”9″ QFormat=”true” Name=”heading 5″/> <w:LsdException Locked=”false” Priority=”9″ QFormat=”true” Name=”heading 6″/> <w:LsdException Locked=”false” Priority=”9″ QFormat=”true” Name=”heading 7″/> <w:LsdException Locked=”false” Priority=”9″ QFormat=”true” Name=”heading 8″/> <w:LsdException Locked=”false” Priority=”9″ QFormat=”true” Name=”heading 9″/> <w:LsdException Locked=”false” Priority=”39″ Name=”toc 1″/> <w:LsdException Locked=”false” Priority=”39″ Name=”toc 2″/> <w:LsdException Locked=”false” Priority=”39″ Name=”toc 3″/> <w:LsdException Locked=”false” Priority=”39″ Name=”toc 4″/> <w:LsdException Locked=”false” Priority=”39″ Name=”toc 5″/> <w:LsdException Locked=”false” Priority=”39″ Name=”toc 6″/> <w:LsdException Locked=”false” Priority=”39″ Name=”toc 7″/> <w:LsdException Locked=”false” Priority=”39″ Name=”toc 8″/> <w:LsdException Locked=”false” Priority=”39″ Name=”toc 9″/> <w:LsdException Locked=”false” Priority=”35″ QFormat=”true” Name=”caption”/> <w:LsdException Locked=”false” Priority=”10″ SemiHidden=”false” UnhideWhenUsed=”false” QFormat=”true” Name=”Title”/> <w:LsdException Locked=”false” Priority=”1″ Name=”Default Paragraph Font”/> <w:LsdException Locked=”false” Priority=”11″ SemiHidden=”false” UnhideWhenUsed=”false” QFormat=”true” Name=”Subtitle”/> <w:LsdException Locked=”false” Priority=”22″ SemiHidden=”false” UnhideWhenUsed=”false” QFormat=”true” Name=”Strong”/> <w:LsdException Locked=”false” Priority=”20″ SemiHidden=”false” UnhideWhenUsed=”false” QFormat=”true” Name=”Emphasis”/> <w:LsdException Locked=”false” Priority=”59″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Table Grid”/> <w:LsdException Locked=”false” UnhideWhenUsed=”false” Name=”Placeholder Text”/> <w:LsdException Locked=”false” Priority=”1″ SemiHidden=”false” UnhideWhenUsed=”false” QFormat=”true” Name=”No Spacing”/> <w:LsdException Locked=”false” Priority=”60″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light Shading”/> <w:LsdException Locked=”false” Priority=”61″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light List”/> <w:LsdException Locked=”false” Priority=”62″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light Grid”/> <w:LsdException Locked=”false” Priority=”63″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Shading 1″/> <w:LsdException Locked=”false” Priority=”64″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Shading 2″/> <w:LsdException Locked=”false” Priority=”65″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium List 1″/> <w:LsdException Locked=”false” Priority=”66″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium List 2″/> <w:LsdException Locked=”false” Priority=”67″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 1″/> <w:LsdException Locked=”false” Priority=”68″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 2″/> <w:LsdException Locked=”false” Priority=”69″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 3″/> <w:LsdException Locked=”false” Priority=”70″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Dark List”/> <w:LsdException Locked=”false” Priority=”71″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful Shading”/> <w:LsdException Locked=”false” Priority=”72″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful List”/> <w:LsdException Locked=”false” Priority=”73″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful Grid”/> <w:LsdException Locked=”false” Priority=”60″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light Shading Accent 1″/> <w:LsdException Locked=”false” Priority=”61″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light List Accent 1″/> <w:LsdException Locked=”false” Priority=”62″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light Grid Accent 1″/> <w:LsdException Locked=”false” Priority=”63″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Shading 1 Accent 1″/> <w:LsdException Locked=”false” Priority=”64″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Shading 2 Accent 1″/> <w:LsdException Locked=”false” Priority=”65″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium List 1 Accent 1″/> <w:LsdException Locked=”false” UnhideWhenUsed=”false” Name=”Revision”/> <w:LsdException Locked=”false” Priority=”34″ SemiHidden=”false” UnhideWhenUsed=”false” QFormat=”true” Name=”List Paragraph”/> <w:LsdException Locked=”false” Priority=”29″ SemiHidden=”false” UnhideWhenUsed=”false” QFormat=”true” Name=”Quote”/> <w:LsdException Locked=”false” Priority=”30″ SemiHidden=”false” UnhideWhenUsed=”false” QFormat=”true” Name=”Intense Quote”/> <w:LsdException Locked=”false” Priority=”66″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium List 2 Accent 1″/> <w:LsdException Locked=”false” Priority=”67″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 1 Accent 1″/> <w:LsdException Locked=”false” Priority=”68″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 2 Accent 1″/> <w:LsdException Locked=”false” Priority=”69″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 3 Accent 1″/> <w:LsdException Locked=”false” Priority=”70″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Dark List Accent 1″/> <w:LsdException Locked=”false” Priority=”71″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful Shading Accent 1″/> <w:LsdException Locked=”false” Priority=”72″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful List Accent 1″/> <w:LsdException Locked=”false” Priority=”73″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful Grid Accent 1″/> <w:LsdException Locked=”false” Priority=”60″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light Shading Accent 2″/> <w:LsdException Locked=”false” Priority=”61″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light List Accent 2″/> <w:LsdException Locked=”false” Priority=”62″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light Grid Accent 2″/> <w:LsdException Locked=”false” Priority=”63″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Shading 1 Accent 2″/> <w:LsdException Locked=”false” Priority=”64″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Shading 2 Accent 2″/> <w:LsdException Locked=”false” Priority=”65″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium List 1 Accent 2″/> <w:LsdException Locked=”false” Priority=”66″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium List 2 Accent 2″/> <w:LsdException Locked=”false” Priority=”67″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 1 Accent 2″/> <w:LsdException Locked=”false” Priority=”68″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 2 Accent 2″/> <w:LsdException Locked=”false” Priority=”69″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 3 Accent 2″/> <w:LsdException Locked=”false” Priority=”70″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Dark List Accent 2″/> <w:LsdException Locked=”false” Priority=”71″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful Shading Accent 2″/> <w:LsdException Locked=”false” Priority=”72″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful List Accent 2″/> <w:LsdException Locked=”false” Priority=”73″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful Grid Accent 2″/> <w:LsdException Locked=”false” Priority=”60″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light Shading Accent 3″/> <w:LsdException Locked=”false” Priority=”61″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light List Accent 3″/> <w:LsdException Locked=”false” Priority=”62″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light Grid Accent 3″/> <w:LsdException Locked=”false” Priority=”63″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Shading 1 Accent 3″/> <w:LsdException Locked=”false” Priority=”64″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Shading 2 Accent 3″/> <w:LsdException Locked=”false” Priority=”65″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium List 1 Accent 3″/> <w:LsdException Locked=”false” Priority=”66″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium List 2 Accent 3″/> <w:LsdException Locked=”false” Priority=”67″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 1 Accent 3″/> <w:LsdException Locked=”false” Priority=”68″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 2 Accent 3″/> <w:LsdException Locked=”false” Priority=”69″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 3 Accent 3″/> <w:LsdException Locked=”false” Priority=”70″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Dark List Accent 3″/> <w:LsdException Locked=”false” Priority=”71″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful Shading Accent 3″/> <w:LsdException Locked=”false” Priority=”72″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful List Accent 3″/> <w:LsdException Locked=”false” Priority=”73″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful Grid Accent 3″/> <w:LsdException Locked=”false” Priority=”60″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light Shading Accent 4″/> <w:LsdException Locked=”false” Priority=”61″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light List Accent 4″/> <w:LsdException Locked=”false” Priority=”62″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light Grid Accent 4″/> <w:LsdException Locked=”false” Priority=”63″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Shading 1 Accent 4″/> <w:LsdException Locked=”false” Priority=”64″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Shading 2 Accent 4″/> <w:LsdException Locked=”false” Priority=”65″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium List 1 Accent 4″/> <w:LsdException Locked=”false” Priority=”66″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium List 2 Accent 4″/> <w:LsdException Locked=”false” Priority=”67″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 1 Accent 4″/> <w:LsdException Locked=”false” Priority=”68″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 2 Accent 4″/> <w:LsdException Locked=”false” Priority=”69″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 3 Accent 4″/> <w:LsdException Locked=”false” Priority=”70″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Dark List Accent 4″/> <w:LsdException Locked=”false” Priority=”71″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful Shading Accent 4″/> <w:LsdException Locked=”false” Priority=”72″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful List Accent 4″/> <w:LsdException Locked=”false” Priority=”73″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful Grid Accent 4″/> <w:LsdException Locked=”false” Priority=”60″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light Shading Accent 5″/> <w:LsdException Locked=”false” Priority=”61″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light List Accent 5″/> <w:LsdException Locked=”false” Priority=”62″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light Grid Accent 5″/> <w:LsdException Locked=”false” Priority=”63″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Shading 1 Accent 5″/> <w:LsdException Locked=”false” Priority=”64″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Shading 2 Accent 5″/> <w:LsdException Locked=”false” Priority=”65″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium List 1 Accent 5″/> <w:LsdException Locked=”false” Priority=”66″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium List 2 Accent 5″/> <w:LsdException Locked=”false” Priority=”67″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 1 Accent 5″/> <w:LsdException Locked=”false” Priority=”68″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 2 Accent 5″/> <w:LsdException Locked=”false” Priority=”69″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 3 Accent 5″/> <w:LsdException Locked=”false” Priority=”70″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Dark List Accent 5″/> <w:LsdException Locked=”false” Priority=”71″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful Shading Accent 5″/> <w:LsdException Locked=”false” Priority=”72″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful List Accent 5″/> <w:LsdException Locked=”false” Priority=”73″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful Grid Accent 5″/> <w:LsdException Locked=”false” Priority=”60″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light Shading Accent 6″/> <w:LsdException Locked=”false” Priority=”61″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light List Accent 6″/> <w:LsdException Locked=”false” Priority=”62″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light Grid Accent 6″/> <w:LsdException Locked=”false” Priority=”63″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Shading 1 Accent 6″/> <w:LsdException Locked=”false” Priority=”64″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Shading 2 Accent 6″/> <w:LsdException Locked=”false” Priority=”65″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium List 1 Accent 6″/> <w:LsdException Locked=”false” Priority=”66″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium List 2 Accent 6″/> <w:LsdException Locked=”false” Priority=”67″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 1 Accent 6″/> <w:LsdException Locked=”false” Priority=”68″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 2 Accent 6″/> <w:LsdException Locked=”false” Priority=”69″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 3 Accent 6″/> <w:LsdException Locked=”false” Priority=”70″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Dark List Accent 6″/> <w:LsdException Locked=”false” Priority=”71″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful Shading Accent 6″/> <w:LsdException Locked=”false” Priority=”72″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful List Accent 6″/> <w:LsdException Locked=”false” Priority=”73″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful Grid Accent 6″/> <w:LsdException Locked=”false” Priority=”19″ SemiHidden=”false” UnhideWhenUsed=”false” QFormat=”true” Name=”Subtle Emphasis”/> <w:LsdException Locked=”false” Priority=”21″ SemiHidden=”false” UnhideWhenUsed=”false” QFormat=”true” Name=”Intense Emphasis”/> <w:LsdException Locked=”false” Priority=”31″ SemiHidden=”false” UnhideWhenUsed=”false” QFormat=”true” Name=”Subtle Reference”/> <w:LsdException Locked=”false” Priority=”32″ SemiHidden=”false” UnhideWhenUsed=”false” QFormat=”true” Name=”Intense Reference”/> <w:LsdException Locked=”false” Priority=”33″ SemiHidden=”false” UnhideWhenUsed=”false” QFormat=”true” Name=”Book Title”/> <w:LsdException Locked=”false” Priority=”37″ Name=”Bibliography”/> <w:LsdException Locked=”false” Priority=”39″ QFormat=”true” Name=”TOC Heading”/> </w:LatentStyles> </xml><![endif] [if gte mso 10]> <style> /* Style Definitions */ table.MsoNormalTable {mso-style-name:”Table Normal”; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-parent:””; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin:0cm; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:Cambria; mso-ascii-font-family:Cambria; mso-ascii-theme-font:minor-latin; mso-hansi-font-family:Cambria; mso-hansi-theme-font:minor-latin;} </style> <![endif] StartFragment

TAKE ADVANTAGE OF OUR PROMOTIONAL DISCOUNT DISPLAYED ON THE WEBSITE AND GET A DISCOUNT FOR YOUR PAPER NOW!

EndFragment

© 2020 customphdthesis.com. All Rights Reserved. | Disclaimer: for assistance purposes only. These custom papers should be used with proper reference.