how to join matlab datasets with different variable names?

1 view (last 30 days)
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'.

Accepted Answer

Walter Roberson
Walter Roberson on 20 May 2015
Your variable "time" is not the result of a dataset() call. (Example of join() in documentation)

More Answers (0)

Categories

Find more on Large Files and Big Data in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!