Filter löschen
Filter löschen

use readtable and wrong data

2 Ansichten (letzte 30 Tage)
Luca Re
Luca Re am 8 Jun. 2023
Beantwortet: Star Strider am 8 Jun. 2023
hi, i code it:
T = readtable('Predator_Setting.xlsx','Range','A1:B54')
but i see Data is different

Akzeptierte Antwort

Star Strider
Star Strider am 8 Jun. 2023
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.
.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by