Undefined function 'helperPolarizationView' for input arguments of type 'double'.
Mostrar comentarios más antiguos
I am trying to use 'helperPolarizationView' command to view polarization of two electric field which are defined Ex=Exo*cos(wt); and Ey=Eyo*cos(wt+phi);
where Exo=amplitude of E-Field along x axis, Eyo=amplitude of E-Field along y axis, wt=omega*t (frequency in rad/sec), phi is the time phase difference between Ex and Ey.
here's the code:

I am getting the error as given:

tried this command on three different pc it did work only one that was having MATLAB 2019a while other 2 were having MATLAB 2018a and 2010a
3 comentarios
Geoff Hayes
el 3 de Abr. de 2020
Hussain - do you have the Phased Array System Toolbox? If you do, does it have this function? To find out if you have this function, type the following at the command line
which helperPolarizationView -all
What does it return?
Hussain Ali
el 3 de Abr. de 2020
Hussain Ali
el 3 de Abr. de 2020
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Array Geometries and Analysis en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!