Info
此问题已关闭。 请重新打开它进行编辑或回答。
Renaming a financial time series taking a long time
1 次查看(过去 30 天)
显示 更早的评论
Right now I have
newfts = oldfts to change the name of the financial time seris but there is a good few second pause when this happens. Is there a way to eliminate this and just change the name of the financial time series
1 个评论
Eike
2012-3-21
Why would you want to do something like this? Is having exactly the same variable but with a different name good for anything except causing reader's confusion?
Apart from that, the following blog post suggests there shouldn't be any delay in that situation due to lazy copying...?
http://blogs.mathworks.com/pick/2008/04/18/renaming-variables/
回答(0 个)
此问题已关闭。
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!