i am designing patch antenna for 28.5ghz but it is showing following errors

4 次查看(过去 30 天)
Out of memory.
Error in polyshape/isinterior>check_inpolygon (line 85)
quad = (negX & posY) + 2*(negX & negY) + 3*(posX & negY);
Error in polyshape/isinterior (line 50)
[in, on] = check_inpolygon(X, Y, xv, yv, tol);
Error in em.internal.meshprinting.imprintMesh
Error in patchMicrostrip/meshGenerator (line 383)
Mi = em.internal.meshprinting.imprintMesh(pP',tP(1:3,:)',pGP',tGP(1:3,:)');
Error in em.MeshGeometry/updateMesh
Error in em.MeshGeometry/getMesh
Error in em.EmStructures/analyze
Error in em.FieldAnalysisWithFeed/pattern (line 179)
analyze(obj,frequency,ElemNumber,parseobj.Results.Termination);
Error in Microstrip_patchantenna_285 (line 14)
pattern(pm,28.5e9)
Related documentation

采纳的回答

Shubham Khatri
Shubham Khatri 2021-6-8
Hello,
The configuration you are trying to solve is electronically large and is memory intensive. You can check the memory required by the following command:
memoryEstimate(antenna)
You can reduce the memory required by changing the mesh size and specifying a larger MaxEdgeLength.
Hope this Helps!

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Analysis, Benchmarking, and Verification 的更多信息

产品


版本

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by