Create workspace variable from csv

조회 수: 1 (최근 30일)
Peter Kerekes
Peter Kerekes 2018년 5월 2일
댓글: Jan 2018년 5월 2일
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
Jan
Jan 2018년 5월 2일
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.

댓글을 달려면 로그인하십시오.

답변 (1개)

Ameer Hamza
Ameer Hamza 2018년 5월 2일
data = readtable(filename);

카테고리

Help CenterFile Exchange에서 Time Series Collections에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by