Convert vector to cell array
이전 댓글 표시
I am trying to use this
xDataNumbers = [2.5 5 7 8 11.5]
as the datanames for a fints
tsobj = fints(dates, data, datanames)
so - the question is: How do I convert a vector with numbers into a "Cell array of data series names" in the form nn.n?
Thanks. A
댓글 수: 3
Jan
2013년 6월 18일
It is not clear what this exactly means:
"Cell array of data series names" in the form nn.n
Matt Kindig
2013년 6월 18일
What is the desired output for datanames?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Environment and Settings에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!