Matlab questions

Post A Question

Classifications:

Other Categories:

No collections found!

Write a GUI function that creates four random points. Radio buttons are used to choose the order of a polynomial to fit through the points. The points are plotted along with the chosen curve
icon 1 answers
icon141 Views
icon0 Likes
Examine the motion, or trajectory, of a projectile moving through the air. Assume that it has an initial height of 0, and neglect the air resistance for simplicity
icon 1 answers
icon133 Views
icon0 Likes
Use the polyder function to find the derivative of 2x3 – x2 + 4x – 5
icon 1 answers
icon283 Views
icon0 Likes
Use the quad function to approximate the area under the curve 4x2 + 3 from -1 to 3. First, create an anonymous function and pass its handle to the quad function
icon 1 answers
icon136 Views
icon0 Likes
Using the symbolic function int, find the indefinite integral of the function 4x2 + 3, and the definite integral of this function from x = -1 to x = 3. Also, approximate this using the trapz function
icon 1 answers
icon136 Views
icon0 Likes
The reproduction of cells in a bacterial colony is important for many environmental engineering applications such as wastewater treatments. The formula
icon 1 answers
icon114 Views
icon0 Likes
For the following set of equations,
icon 1 answers
icon121 Views
icon0 Likes
Solve the simultaneous equations x – y = 2 and x2 + y = 0 using solve. Plot the corresponding functions, y = x-2 and y = -x2 , on the same graph with an x range from -5 to 5
icon 1 answers
icon266 Views
icon0 Likes
Re-write the following system of equations in matrix form:
icon 1 answers
icon129 Views
icon0 Likes
Analyzing electric circuits can be accomplished by solving sets of equations. For a particular circuit, the voltages V1, V2, and V3 are found through the system:
icon 1 answers
icon123 Views
icon0 Likes
Write a function myupp that will receive an integer argument n, and will return an n x n upper triangular matrix of random integers
icon 1 answers
icon126 Views
icon0 Likes
Given the following colormap matrix:
icon 1 answers
icon106 Views
icon0 Likes
Is the transpose of an upper triangular matrix also upper triangular? If not, how would you characterize it?
icon 1 answers
icon112 Views
icon0 Likes