How do you make individual points in a loglog graph appear? I am looking for the slope.

1 vue (au cours des 30 derniers jours)
I am creating a loglog graph using two matrices. One row has temperature values, the other has melting rate values. When I graph loglog(melting,temperature), I just get my line with a negative slope. How do I make the points that correspond with each matrix appear (ie: melting(1,1),temperature(1,1)) and so on?
Another question / approach: I am trying to do calcuations using the same matrices ie: lnk = log(melting) - temperature --> this would be the value for the point. I have a total of 5 different calculation that I would name 5 different variables and then I would love to plot those on a loglog graph.

Réponse acceptée

dpb
dpb le 10 Jan 2020
hLL=loglog(melting,temperature,'x-'); % Save line handles; line + marker 'x'

Plus de réponses (0)

Catégories

En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by