Borrar filtros
Borrar filtros

How do I write code to plot a graph of an equation?

1 visualización (últimos 30 días)
Omar
Omar el 7 de Dic. de 2013
Comentada: Omar el 7 de Dic. de 2013
I need help writing a code that will plot a graph with this equation.
I need to find a way to plot a graph in such a way the program will input values for A and solve for T. Basically, my output should be a graph with A on the x axis and T on the Y axis.
The Equation:
100*A*((700-T)-209)/log((700-T)/209) = 1 - exp(((100*A/6448)^.22)/.954*exp(-.954*(100*A/6448)^.78-1));
Also, the log in the equation is supposed to be a natural log but I don't know if that is the correct function.
Any help would be appreciated.

Respuestas (1)

Walter Roberson
Walter Roberson el 7 de Dic. de 2013
You are going to have difficulty finding a solution to that. The second exp() is inside the first exp(), so you have e^(something * e^(something))
Perhaps your brackets are misplaced.
  1 comentario
Omar
Omar el 7 de Dic. de 2013
Unfortunately that is the correct equation. Is it even possible to plot?

Iniciar sesión para comentar.

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by