Is there any way to modify the ReadOnlyProperties in AI-Based analysis
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
John D'Errico
el 19 de Ag. de 2025
Editada: John D'Errico
el 19 de Ag. de 2025
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!
Respuestas (1)
shantanu
el 22 de Ag. de 2025
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 comentarios
Ver también
Categorías
Más información sobre Antennas, Microphones, and Sonar Transducers en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!