- 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?
32 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Manikanta Aditya
on 13 Nov 2024 at 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.
5 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!