Plot conour lines on the axes space , MATLAB Programming

Assignment Help:

The following four 4 equations are needed to be plotted as CONTOUR lines on the axes space (C, T) where C is the horizontal axis, and T is the vertical axis.

Contour lines for each equation should be between 6 and 8.

in total there should be five (5) plots, one for each equation, and the fifth which, is the most important, a plot with all the four equations are imposed on the same axes system (C, T)

M = (C) * ( 2*T + 0.028)                                                         (eq. 1)

P1 = (0.1237) * (C^(-4/3)) * (T) * ((T+1)^(1/3))                      (eq. 2)

P2 = (0.003) * (C) * (T+1)                                                       (eq. 3)

P3 = 4 * (C^2) * (T) * (T+1)                                                    (eq 4)

M contour lines to be dashed lines, while P1, P2 and P3 to be solid lines in different colours.

No area filling, and no labeling are required.

 

 


Related Discussions:- Plot conour lines on the axes space

Example of printing vectors, Example of Printing vectors: For vectors ...

Example of Printing vectors: For vectors & matrices, even though formatting cannot be specified, the disp function may be simpler to use in common than fprintf as it displays

Compute the result - algorithms, Compute the result: To compute the ar...

Compute the result: To compute the area, the formula is required. In this situation, the area of the circle is π multiplied by the radius squared. Therefore, that means the va

Find the right hand side of the interpolation system, function y=tps(r) % ...

function y=tps(r) % This is the thin-plate spline if r  y=0; else  y=r^2*log(r); end function y=fun(point) % my target function x=point(1); z=point(2); y=7-4*x^2+z^3;

Passing multiple arguments, Passing Multiple Arguments: In many situai...

Passing Multiple Arguments: In many situaion it is essential to pass more than one argument to the function. For illustration, the volume of a cone is given by here r

Illustration of modifying the matrix elements , Illustration of modifying t...

Illustration of modifying the matrix elements: If a single index is used with the matrix, the MATLAB unwinds the matrix column by column. For illustration, for the matrix intm

Build a single phase model for the simple 3-phase system, Build a single ph...

Build a single phase model for the simple 3-phase system shown in the single line diagram shown below using SimPowerSystems in MATLAB Simulink. Data: Source Voltage

Example code in matlab programming, clear clc %% DATA INPUT filena...

clear clc %% DATA INPUT filename = input('Enter file name, including its extension: ', 's'); D = load(filename); %or load('Mphi.out'); %% %Trendline %Evaluates

Relational expressions, Relational Expressions: The Conditions in if s...

Relational Expressions: The Conditions in if statements use expressions which are theoretically, or logically, either true or false. These expressions are termed as relational

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd