Brewster Angle in Matlab

21 vues (au cours des 30 derniers jours)
dkfajdnf
dkfajdnf le 19 Nov 2022
A parallel polarized plane wave is incident obliquely from air region toward dielectric medium (er =4, mur =1).
1) Find the brester angle (incident angle of no reflection) with matlab programming.
2) Verify your answer by ploting the reflection coefficient for all possible incident angles.
Pla help...
  2 commentaires
dkfajdnf
dkfajdnf le 19 Nov 2022
please let me know code of Matlab..
Steven Lord
Steven Lord le 19 Nov 2022
This sounds like a homework assignment. If it is, show us the code you've written to try to solve the problem and ask a specific question about where you're having difficulty and we may be able to provide some guidance.
If you aren't sure where to start because you're not familiar with how to write MATLAB code, I suggest you start with the free MATLAB Onramp tutorial to quickly learn the essentials of MATLAB.
If you aren't sure where to start because you're not familiar with the mathematics you'll need to solve the problem, I recommend asking your professor and/or teaching assistant for help.

Connectez-vous pour commenter.

Réponses (1)

Image Analyst
Image Analyst le 19 Nov 2022
The equation is given in
theta = atand(n2/n1)
It's about as simple as it gets. Just assign n2 and n1 somehow.
To learn other fundamental concepts, invest 2 hours of your time here:

Catégories

En savoir plus sur Programming dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by