Community Profile

photo

Hyesun Cha


Active since 2015

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


Problem trying to integrate a function
function rect = t1(x) if x < 1 && x > -1 rect = 1; else rect = 0; end this was my function in a se...

9 years ago | 1 answer | 0

1

answer

Question


My equation gives only one value for 1x200 vector variables
%Initial Values and Constants n_i = 1; n_t = 1.33; theta_i = linspace(0,pi/2,200); theta_t = asin(n_i/n_t*sin(theta_i));...

9 years ago | 1 answer | 0

1

answer