Plot data for unique temperatures imported from text file
이전 댓글 표시
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
Rik
2020년 10월 19일

Rik
2020년 10월 19일
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.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Annotations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!