Plot data for unique temperatures imported from text file
Mostrar comentarios más antiguos
Hello,
I would like to plot the reaction against concentration on a 3 by 1 subplot for each unique temperature in the imported text data file. I think I need to put it in a loop but I'm not sure how to get it to plot.
Any help is appreciated, the code I have so far is below and text file ('reactions.txt') is attached.
3 comentarios
Rik
el 19 de Oct. de 2020

Rik
el 19 de Oct. de 2020
You're forgetting several things:
- You are plotting the entire c and r vectors, not just the parts that belong to a specific temperature.
- You use hold on before creating the first plot in the subplot axes.
- The a variable describes positions in your temp array, not its values.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Annotations en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!