How to input csv file to matlab and find the minimum value from a row???

1 次查看(过去 30 天)
i need to input a CSV file to matlab and from its coloum i need to find the minimum value.may i get the code for it????

回答(1 个)

Shrirang
Shrirang 2015-2-20
Hi, You can read csv file using xlsread command. [num,txt,raw] = xlsread('Book1.csv'). and to find a minimum value from a column in csvyou can use min(csv). I hope this will help you.

类别

Help CenterFile Exchange 中查找有关 Language Fundamentals 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by