How to read vector of strings into MATLAB?

조회 수: 1 (최근 30일)
Danny
Danny 2014년 12월 5일
댓글: Danny 2014년 12월 6일
I have an Excel file with a list of strings in the first column (one string per cell). How do I import the strings into a vector in MATLAB?

채택된 답변

Image Analyst
Image Analyst 2014년 12월 5일
[numbers, strings, everything] = xlsread(filename);
  댓글 수: 1
Danny
Danny 2014년 12월 6일
This is exactly what I was looking for. Thank you.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by