フィルターのクリア

use readtable and wrong data

2 ビュー (過去 30 日間)
Luca Re
Luca Re 2023 年 6 月 8 日
回答済み: Star Strider 2023 年 6 月 8 日
hi, i code it:
T = readtable('Predator_Setting.xlsx','Range','A1:B54')
but i see Data is different

採用された回答

Star Strider
Star Strider 2023 年 6 月 8 日
Perhaps:
T = readtable('Predator_Setting.xlsx','Range','A1:B54', 'VariableNamingRule','preserve')
Eartlier versions of readtable used 'PreserveVariableNames',true so see the readtable documentation for your MATLAB version to determine how to read the file correctly.
.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeWhos についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by