Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

Need help with my code for a graph. Figure provided

1 vue (au cours des 30 derniers jours)
Brandon
Brandon le 30 Mar 2013
Clôturé : MATLAB Answer Bot le 20 Août 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

Réponses (0)

Cette question est clôturée.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by