part 3 example was wrong

1 次查看(过去 30 天)
성빈
성빈 2025-2-23
NumNodes, Dimensions, Locations didn't show up on my screen. Only TOP and Bottom appear as shown in the picture above.

回答(2 个)

John D'Errico
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.

Xiangchun
Xiangchun 2025-2-24
编辑:Walter Roberson 2025-2-24
Hi 성빈,
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

类别

Help CenterFile Exchange 中查找有关 Sources 的更多信息

产品


版本

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by