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

カテゴリ

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by