how to join matlab datasets with different variable names?

조회 수: 15 (최근 30일)
Teklehaimanot
Teklehaimanot 2015년 5월 20일
댓글: Teklehaimanot 2015년 5월 23일
Dear all,
I would like to join matlab datasets to a single dataset in matlab. The individual datasets have different variables. I tried using the join function however it says Undefined function 'join' for input arguments of type 'double'. The matlab files are datasets containing observation ( numeric values) and variable names.
atajoined = join(time,v100,v40,d40,d90,'Type','rightourer','MergeKeys',true)
Undefined function 'join' for input arguments of type 'double'.

채택된 답변

Walter Roberson
Walter Roberson 2015년 5월 20일
Your variable "time" is not the result of a dataset() call. (Example of join() in documentation)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by