필터 지우기
필터 지우기

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 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