필터 지우기
필터 지우기

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 CenterFile Exchange에서 Whos에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by