Manil Athapattu
自 2017 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
How do you integrate a constant?
theta and miu are constants theta = 0.01305 miu = 0.0546 const = @(x) tan(theta + miu) r = integral(constant,0,1)
7 years 前 | 1 个回答 | 0
1
个回答提问
Assignment has more non-singleton rhs dimensions than non-singleton subscripts
hi I keep getting the error which i mentioned in the question.This is a part of the code in which there is an error, if some...
7 years 前 | 1 个回答 | 0
1
个回答提问
Can someone please tell me where I'm wrong so that I can correct it
M = 2.5 fun1 = @(y) 1./y.*((sqrt(M^2 - 1)- cot(x))); Km = integral(fun1,0,2.5); above is my code an I need to know how to...
7 years 前 | 1 个回答 | 0