Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Need help with my code for a graph. Figure provided

1 visualización (últimos 30 días)
Brandon
Brandon el 30 de Mzo. de 2013
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
Please look at graph 2b.
x is the different value of the ip3 that is changing.
ca=1e-7
d1=1.3e-7
d2=0.000001049
d3=9.434e-7
d5=8.234000000000001e-8
x=linspace(10.^-7.5,10.^-4.5)
y=[((ca.*x).*d2)./[(ca.*x)+(x.*d2)+(d2.*d1)+(ca.*d3)].*(ca+d5)].^3
plot(x,y)
Once the graph is plotted I go into axes properties, and switch the x axis from linear to logarithmic. I get something quite similar, but still incorrect.
Also this is for a project, so if there is a more elegant way to do this it would be awesome to know.
If the above figure does not show here is the link

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by