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?

 采纳的回答

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

类别

帮助中心File Exchange 中查找有关 Annotations 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by