- Antenna Toolbox Coordinate System: https://www.mathworks.com/help/antenna/gs/antenna-coordinate-system.html
- axes:https://www.mathworks.com/help/matlab/ref/axes.html
- show:https://www.mathworks.com/help/optim/ug/optim.problemdef.optimizationvariable.show.html
Wie kann man in der Antenna Toolbox die Funktion show() auf ein Koordinatensystem ax beziehen?
34 次查看(过去 30 天)
显示 更早的评论
Mit show(antenna) kann sich eine gewählte Antenne grafisch in 3D darstellen lassen. Leider erscheint das Bild nur in einem zusätzlichen Fenster. Dadurch ist es offenbar unmöglich, eine entsprechende App, die show() nutzt, auf dem App-Server zu compilieren.
Gibt es dafür ein Workaround, so dass man die Darstellung der Antenne in einem eigenen UIAxes-Objekt darstellen lassen kann? Ist eine entsprechende Erweiterung wie etwa show(ax,antenna) geplant?
0 个评论
回答(1 个)
Manikanta Aditya
2024-11-13,6:20
Hi,
I will be answering this question in English.
To display an antenna in a specific UIAxes object use the show() function from the Antenna Toolbox. You can use the axes function to set the current axes to your desired UIAxes before calling show().
To know more about, refer to the following documentation:
I hope this helps.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!