Undefined function or variable 'K'
5 次查看(过去 30 天)
显示 更早的评论
What can I possibly change from my gmsh file (see attached FocusingMesh.msh) so that I can import the file through the import mesh quickerSim routine (see importMeshGmsh.m attached below) in matlab?
I seem to be getting an error message of "undefined function or variable 'K'" in line 218 of the imporMeshGmsh.m file: tmp(i,:) = [L K];
Thank you
0 个评论
采纳的回答
Walter Roberson
2020-9-12
That is a version 4.1 mesh file, but the import routine can only be used for a subset of version 2 mesh files (that do not happen to have a PhysicalEntities section)
2 个评论
Chandan Gupta
2021-3-13
How can I change my file (A.txt) so that I can import the file through the import mesh quickerSim routine in matlab?
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Computational Fluid Dynamics (CFD) 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!