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 ?
3 ビュー (過去 30 日間)
古いコメントを表示
i tried using xlsread,but it returns a approximated floating point value.
0 件のコメント
採用された回答
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 Center および File Exchange で Spreadsheets についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!