フィルターのクリア

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

1 回表示 (過去 30 日間)
sruthy
sruthy 2015 年 2 月 20 日
回答済み: Shrirang 2015 年 2 月 20 日
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 Center および File ExchangeLanguage Fundamentals についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by