part 3 example was wrong
Mostrar comentarios más antiguos

NumNodes, Dimensions, Locations didn't show up on my screen. Only TOP and Bottom appear as shown in the picture above.
Respuestas (2)
John D'Errico
el 23 de Feb. de 2025
Editada: John D'Errico
el 23 de Feb. de 2025
1 voto
Answers is not official MATLAB support. So telling us a problem exists does nothing.
Contact support directly.
Xiangchun
el 24 de Feb. de 2025
Editada: Walter Roberson
el 24 de Feb. de 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
Categorías
Más información sobre Sources en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!