Create workspace variable from csv

3 visualizzazioni (ultimi 30 giorni)
Peter Kerekes
Peter Kerekes il 2 Mag 2018
Commentato: Jan il 2 Mag 2018
Hello ! I do have the following problem: I have a csv document. From that I read the variable to a time series. And from that time series I would like to create a workspace variable. Can you help me how can I do that ? In the csv there are 3-8 number of variable, so I create more than one time series(time series collection).
  1 Commento
Jan
Jan il 2 Mag 2018
Converting the output to a time-series object does create a variable already. All variables are contained in a specific workspace by definition already. So what does "create a workspace variable" exactly mean? What should be contained in the "more than one" time series? Please post the current code, some example data and explain exactly, what you want as output.

Accedi per commentare.

Risposte (1)

Ameer Hamza
Ameer Hamza il 2 Mag 2018
data = readtable(filename);

Categorie

Scopri di più su Time Series Collections in Help Center e File Exchange

Tag

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by