Is there any way to modify the ReadOnlyProperties in AI-Based analysis
24 ビュー (過去 30 日間)
古いコメントを表示
I was exploring the AIAntenna feature.. Is there a way to make substrate properties tunable in AIAntenna models in MATLAB Antenna Toolbox, or any recommended workarounds for including substrate variation in AI-based antenna design workflows?
2 件のコメント
John D'Errico
2025 年 8 月 19 日 17:50
編集済み: John D'Errico
2025 年 8 月 19 日 17:50
I'm hoping someone with knowledge can answer your question in a more useful way than I could possibly offer. So I'm looking forward to seeing an answer. My gut says no, knowing nothing about the tools, or how they are written. But from what you have said, it sounds like it would take you to hack the code - always a bad and dangerous idea, unless the hacker knows enough about the code and how it works to write it themselves. And in that case, you could just rewrite the necessary modules to do as you want.
Anyway, if there is not a viable solution, you can always send in a feature request to MathWorks, asking for this capability.
Good luck!
回答 (1 件)
shantanu
2025 年 8 月 22 日 11:19
Hi!
I understand you want to modify the ‘ReadOnlyProperties’ of AIAntenna but the official documentation https://www.mathworks.com/help/antenna/ref/aiantenna.patch-properties.html suggests these properties are read only so you cannot modify them or make them tunable. However, there is a workaround possible for this.
You can refer to this ‘exportAntenna’ function https://www.mathworks.com/help/antenna/ref/em.ai.aiantenna.exportantenna.html where the output received would be an antenna objects whose properties can be modified.
Hope this helps!
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!