Question about a way variable appears

A function is not displaying indiviual cells in Variables but content is fine when indexed through. The information in cells is populated by a _U function.

댓글 수: 2

Dyuman Joshi
Dyuman Joshi 2023년 11월 21일
"A function is not displaying indiviual cells in Variables ..."
What/which function?
Image Analyst
Image Analyst 2023년 11월 21일
편집: Image Analyst 2023년 11월 21일
Do you mean that when you double click on the variable name in the Workspace panel to bring it up in its own panel, it shows that the cell is empty? But if you do something like
celldisp(ca)
or
ca{1}
it shows a value? Be more explicit in what you did, including code, or...

댓글을 달려면 로그인하십시오.

답변 (2개)

Star Strider
Star Strider 2023년 11월 21일

0 개 추천

Functions have their own workspaces. Variables internal to a function will not appear in the ‘Workspace’ window because it only displays variables in the main script workspace, not individual function workspaces.

카테고리

도움말 센터File Exchange에서 Workspace Variables and MAT Files에 대해 자세히 알아보기

태그

질문:

2023년 11월 21일

편집:

2023년 11월 21일

Community Treasure Hunt

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

Start Hunting!

Translated by