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!