フィルターのクリア

why I can not import excel number into matlab

2 ビュー (過去 30 日間)
AN NING
AN NING 2018 年 5 月 9 日
コメント済み: Ameer Hamza 2018 年 5 月 9 日
When I import the excel file into matlab, the 'FreezeFraction'column turned into NaN! Can anyone help me with that? I used MATLAB2018.

採用された回答

Ameer Hamza
Ameer Hamza 2018 年 5 月 9 日
Use readtable():
data = readtable('BehaviorData.xls');
It will read correct data from file.
  6 件のコメント
AN NING
AN NING 2018 年 5 月 9 日
wow, it is working well, thank you! you are so talented!
Ameer Hamza
Ameer Hamza 2018 年 5 月 9 日
You are welcome.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeData Import from MATLAB についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by