필터 지우기
필터 지우기

if i have a excel sheet with 1st column containing names and second containing phone numbers(say 10 digit number).how do i read it to matlab ?

조회 수: 2 (최근 30일)
i tried using xlsread,but it returns a approximated floating point value.

채택된 답변

Walter Roberson
Walter Roberson 2016년 1월 4일
In the MATLAB command window give the command
format long g
now display the results of the xlsread() again.

추가 답변 (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