Hyesun Cha
自 2015 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
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 前 | 1 个回答 | 0
1
个回答提问
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));...
10 years 前 | 1 个回答 | 0