Main Content

이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.

타임테이블

타임스탬프가 지정된 테이블 형식 데이터

timetable은 각 행에 시간값을 연결하는 테이블의 한 유형입니다. table과 마찬가지로 timetable 데이터형은 행 개수가 같은 열 방향 데이터 변수를 저장할 수 있습니다. 모든 테이블 함수는 타임테이블에서 동작합니다. 또한 타임테이블은 하나 이상의 타임테이블에 대해 정렬, 결합, 계산을 수행하는 시간 관련 함수를 제공합니다. 자세한 내용을 보려면 타임테이블 생성하기 항목을 참조하거나 Managing Time-Stamped Tabular Data with Timetables 비디오를 참조하십시오.

함수

모두 확장

timetable타임스탬프가 지정된 서로 다른 유형의 행과 변수를 포함하는 timetable형 배열
timeseries2timetableConvert timeseries objects to timetable
table2timetable테이블을 타임테이블로 변환하기
array2timetable동종 배열(Homogeneous Array)을 타임테이블로 변환
timetable2table타임테이블을 테이블로 변환
istimetable입력값이 timetable형인지 확인하기
istabularDetermine if input is table or timetable
summary테이블, 타임테이블 또는 categorical형 배열의 요약 출력

기본적인 가져오기와 내보내기

readtimetableCreate timetable from file
writetimetable파일에 타임테이블 쓰기

가져오기 규칙 정의

detectImportOptions파일 내용에 따라 가져오기 옵션 생성
spreadsheetImportOptions스프레드시트에 대한 import options 객체
getvaropts변수에 대한 가져오기 옵션 가져오기
setvaropts변수에 대한 가져오기 옵션 설정
setvartype변수 데이터형 설정
preview가져오기 옵션을 사용하여 파일에서 8개 행 미리보기

Parquet 파일

parquetreadRead columnar data from a Parquet file
parquetwriteWrite columnar data to Parquet file
parquetinfoGet information about Parquet file
head테이블, 타임테이블 또는 tall형 배열의 상단 행 가져오기
tail테이블, 타임테이블 또는 tall형 배열의 하단 행 가져오기
unique배열 내 고유한 값
timerangeTime range for timetable row subscripting
withtolTime tolerance for timetable row subscripting
vartypeSubscript into table or timetable by variable type
sortrows행렬 또는 테이블의 행 정렬
retime타임테이블의 데이터 리샘플링 또는 집계 및 중복되거나 불규칙적인 시간값 문제 해결
synchronizeSynchronize timetables to common time vector, and resample or aggregate data from input timetables
lag타임테이블의 시간 이동 데이터
containsrangeDetermine if timetable row times contain specified time range
overlapsrangeDetermine if timetable row times overlap specified time range
withinrangeDetermine if timetable row times are within specified time range
isregular시간 또는 달력 단위와 관련해 입력 시간값이 규칙적인지 확인
anymissingDetermine if any array element is missing
ismissing누락값 찾기
standardizeMissing표준 누락값 삽입
rmmissing누락된 요소 제거
fillmissing누락값 채우기
stackedplot공통된 x축을 갖는 여러 변수의 누적 플롯

데이터 정리기Preprocess and organize column-oriented data

라이브 편집기 작업

타임테이블 시간 값 재지정Resample or aggregate timetable data in the Live Editor
타임테이블 동기화Retime and combine timetables to new time vector in the Live Editor
그룹별 계산Summarize, transform, or filter by group in the Live Editor
테이블 결합Combine two tables using key variables in the Live Editor
테이블 변수 쌓기Combine values from multiple table variables into one table variable in the Live Editor
테이블 변수 해체Distribute values from one table variable to multiple table variables in the Live Editor

도움말 항목