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!