Using matlab to seek minimum value from data file?

Hi
I'm pretty new to Matlab and can't figure out a couple things to let me plot my data. I have several data files showing the same thing at varying temperatures. My goal is to plot the values of x=0 minus the minimum value wherever that is and make a Delta-y vs temperature plot. Is there any way i can get matlab to seek and plot the minimum value of y from a data file?

 채택된 답변

Walter Roberson
Walter Roberson 2013년 12월 3일

0 개 추천

Read the data file. apply min() to the data you read in. subtract that value from your data.

추가 답변 (1개)

Manchesterstudent
Manchesterstudent 2013년 12월 3일

0 개 추천

Thanks Walter
Much appreciated

카테고리

도움말 센터File Exchange에서 Annotations에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by