Is it possible to make alias for a variable?

27 ビュー (過去 30 日間)
Mr M.
Mr M. 2015 年 9 月 25 日
回答済み: James Tursa 2015 年 9 月 25 日
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
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 件)

WAT
WAT 2015 年 9 月 25 日
編集済み: WAT 2015 年 9 月 25 日
The short answer is no, you're describing something similar to a pointer.

James Tursa
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.

カテゴリ

Help Center および File ExchangeEnvironment and Settings についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by