Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for printing time series and time series collection #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add support for printing time series and time series collection #2

wants to merge 1 commit into from

Conversation

philipptempel
Copy link

@philipptempel philipptempel commented Sep 10, 2016

Current version would filter time series and time series collections into cell of 'unknown' types. However, I feel, they are not unknown as time series are a quite nice and powerful feature and nothing domain specific.
Thus, this PR adds support to print 'Time series' and 'Time series collection', respectively, as type of the given variable.

Example of output of current version printstruct(stru):

stru
   |    
   |-- ts1 : [1x1 Unknown]
   |-- tsc : [31x2 Unknown]
   |-- ts2 : [1x1 Unknown]

Output with the version from this PR:

stru
   |    
   |-- ts1 : [1x1 Time series]
   |-- ts2 : [1x1 Time series]
   |-- tsc : [31x2 Time series collection]

Tested on: 8.6.0.267246 (R2015b) Mac and Win.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant