Is it possible to make alias for a variable?
27 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentar
dpb
am 25 Sep. 2015
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.
Antworten (2)
James Tursa
am 25 Sep. 2015
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 Kommentare
Siehe auch
Kategorien
Mehr zu Environment and Settings finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!