1 2 3 4 5 6 7 8 9
clc; clear; myu=1.5 // refractive index of glass //calculation i_p=atand(myu) mprintf("The polarizing angle is = %1.2f degree",i_p)