Is it possible to make alias for a variable?
27 次查看(过去 30 天)
显示 更早的评论
I would like to use a more convenient name for a variable, and keep the old name also, but I don't want to make a real copy. So it is possible to make an alias?
1 个评论
dpb
2015-9-25
Create the useful name first, maybe???
There is no equivalent of EQUIVALENCE nor any other way to do this in Matlab that I'm aware of.
回答(2 个)
James Tursa
2015-9-25
The closest thing in MATLAB to this might be a classdef object derived from handle, where multiple variables actually "point" to the same data.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Environment and Settings 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!