Open struct field directly with ctrl+d

조회 수: 3 (최근 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 CenterFile Exchange에서 Entering Commands에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by