PDE toolbox and load on nodes
17 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Ravi Kumar
2019-12-10
The function addVertex was introduced in R2019b. You might be running an older version of the MATLAB to get this error.
Regards,
Ravi
更多回答(2 个)
Ravi Kumar
2019-12-12
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 个评论
xl z
2024-6-12
Addvertex can not add points on cylindrical surface. Is there a solution to this situation? Thank.
haoran liu
2019-12-13
编辑:haoran liu
2019-12-13
6 个评论
Ravi Kumar
2019-12-13
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
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Geometry and Mesh 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!