Reshaping a 2D Timetable to a 3 D timetable

3 vues (au cours des 30 derniers jours)
Lewis Waswa
Lewis Waswa le 2 Mar 2022
Commenté : Lewis Waswa le 2 Mar 2022
Hi everyone
I have five minutes resolution timetable with 20 entries which makes the whole TT to be of the dimensions 17596 by 20
I would like to obtain a 3D TT from this data such that I have 61 by 288 by 20. Is there a way to do that while retaining the TT attributes of the data?
I have tried reshaping as shown below
A_reshape= (A, 61,288,20)
%It returns an error
% Error using tabular/reshape (line 194)
%Undefined function 'reshape' for input arguments of type 'timetable'.

Réponse acceptée

Walter Roberson
Walter Roberson le 2 Mar 2022
No. In MATLAB, table() objects including timetable() objects are strictly 2 dimensions.
  1 commentaire
Lewis Waswa
Lewis Waswa le 2 Mar 2022
Thanks. Will have to figure a way arroud it.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Data Type Conversion dans Help Center et File Exchange

Produits


Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by