Skip to content

Misaligned timestamps in sample_data.mat? #5

@cwhanse

Description

@cwhanse

The 10th column is a Matlab timestamp. It appears to me that these timestamps aren't aligned with the data either in local or UTC time.

to recreate:

load('sample_data.mat')
plot(data(1:1200, 10), data(1:1200, 2))
datetick('x')
grid on
xlabel('Time')
ylabel('GHI clear')

example_data_ghi_clear_timestamp_not_aligned

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions