how to join matlab datasets with different variable names?

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일

0 개 추천

Your variable "time" is not the result of a dataset() call. (Example of join() in documentation)

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

태그

질문:

2015년 5월 20일

댓글:

2015년 5월 23일

Community Treasure Hunt

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

Start Hunting!

Translated by