PDE toolbox and load on nodes
20 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
haoran liu
am 10 Dez. 2019
Kommentiert: xl z
am 12 Jun. 2024
I use the PDE Toolbox to analysis a discrete geometry, and I want to put the force vector on a point. But I can't define a point through the syntax "loadedVertex". Is there any other option to define the point? thank you!
0 Kommentare
Akzeptierte Antwort
Ravi Kumar
am 10 Dez. 2019
The function addVertex was introduced in R2019b. You might be running an older version of the MATLAB to get this error.
Regards,
Ravi
Weitere Antworten (2)
Ravi Kumar
am 12 Dez. 2019
OK, in that case can you number the number of verteices in the model:
>> gm
Do you see the new VertexID in the plot you make?
Regards,
Ravi
1 Kommentar
xl z
am 12 Jun. 2024
Addvertex can not add points on cylindrical surface. Is there a solution to this situation? Thank.
haoran liu
am 13 Dez. 2019
Bearbeitet: haoran liu
am 13 Dez. 2019
6 Kommentare
Ravi Kumar
am 13 Dez. 2019
Thank. Now I see the issue. You generated mesh before adding vertex. Do all geometry operation before generating mesh. If you move the addVertex to right below importGeometry, you should not get this error.
Regards,
Ravi
Siehe auch
Kategorien
Mehr zu Geometry and Mesh finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!