Open struct field directly with ctrl+d

2 ビュー (過去 30 日間)
Alberto Mora
Alberto Mora 2018 年 2 月 24 日
回答済み: Alberto Mora 2018 年 11 月 16 日
Hi, suppose that I have a main struct with some fields as the example:
Data.A = [1 2 3];
Data.B = [4 5 6];
Data.C = [7 8 9];
It is possible to open directly "Data.A" with ctrl+d? I tried but Matlab give a errore message (file do not exist). In practice Matlab recognice "Data.A" as a file in the folder and not as a variable in the workspace. For this reason the only way to open "Data.A" is to open "Data" and after that, open A.
Can someone help me?
  1 件のコメント
per isakson
per isakson 2018 年 2 月 25 日
AFAIK: No, it's not possible to open directly "Data.A" with ctrl+d

サインインしてコメントする。

採用された回答

Alberto Mora
Alberto Mora 2018 年 11 月 16 日
See answer in comment of Mr. @per isakson

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeStructures についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by