part 3 example was wrong
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens

NumNodes, Dimensions, Locations didn't show up on my screen. Only TOP and Bottom appear as shown in the picture above.
0 commentaires
Réponses (2)
John D'Errico
le 23 Fév 2025
Modifié(e) : John D'Errico
le 23 Fév 2025
Answers is not official MATLAB support. So telling us a problem exists does nothing.
Contact support directly.
0 commentaires
Xiangchun
le 24 Fév 2025
Modifié(e) : Walter Roberson
le 24 Fév 2025
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 commentaires
Voir également
Catégories
En savoir plus sur Sources dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!