1

I am using the predefined "WindSpeedData" function, which returns a TimeSeries object. How can I get the variable names that constitute the time series and their corresponding data?

user3252955
  • 81
  • 1
  • 10

1 Answers1

1

Found the answer. Use "Values[WindspeedData[...]] "

user3252955
  • 81
  • 1
  • 10