part 3 example was wrong
조회 수: 3 (최근 30일)
이전 댓글 표시

NumNodes, Dimensions, Locations didn't show up on my screen. Only TOP and Bottom appear as shown in the picture above.
댓글 수: 0
답변 (2개)
John D'Errico
2025년 2월 23일
편집: John D'Errico
2025년 2월 23일
Answers is not official MATLAB support. So telling us a problem exists does nothing.
Contact support directly.
댓글 수: 0
Xiangchun
2025년 2월 24일
편집: Walter Roberson
2025년 2월 24일
NumNodes, Dimensions, and Locations are part of the sturcture of "Top" and "Bottom." On the Command window, if you type
display(module.ThermalNodes.Bottom)
you will see NumNodes, Dimensions, and Locations. Here is how things look like in a similar example of mine.
>> myModule.ThermalNodes.Bottom
ans =
struct with fields:
Locations: [3×2 double]
Dimensions: [3×2 double]
NumNodes: 3
Best wishes,
Xiangchun
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Sources에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!