MergeTables

버전 1.0.1 (1.62 KB) 작성자: Micke Malmström
Merges one table into an existing table while making sure the datatypes are the same.
다운로드 수: 5
업데이트 날짜: 2022/9/26

라이선스 보기

% [MergedDataTable] = MergeTables(Table1,Table2,Table2SheetName)
% Merges two tables (from excel files) making sure that the imported tables
% have same dataformat
% input: Table1 (table or filepath-string to the master table which
% decides the dataformat of the merged table)
% Table2 (filepath-string to the seccond table with data to be
% added to the Table1)
% Table2SheetName Sheet name of Table2 (String)
%
% output MergedDataTable contains the outer join of the two tables
% CC Swerim

인용 양식

Micke Malmström (2024). MergeTables (https://www.mathworks.com/matlabcentral/fileexchange/118130-mergetables), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2022b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
태그 태그 추가

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.1

added possibility to specify the sheet of the second table (to specify sheet of Table1, just import it correctly before running this function)

1.0.0