how to join matlab datasets with different variable names?

20 vues (au cours des 30 derniers jours)
Teklehaimanot
Teklehaimanot le 20 Mai 2015
Commenté : Teklehaimanot le 23 Mai 2015
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'.

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by