Tim Stark
Followers: 0 Following: 0
Feeds
提问
Using a while loop with a vector
Hey guys I'm running in to a problem with a 'while loop'. A simplified version of my codes look likes this: B = [361;362;363;...
5 years 前 | 1 个回答 | 0
1
个回答提问
Need help with the 'Area' function!
Hey guys, I have a question regarding the 'Area' function. I have the following code: A1 = C1(t,1).*25; A2 = C2(t,1).*-5;...
5 years 前 | 1 个回答 | 0
1
个回答提问
Need help with an integral with variable bounds
Hey guys, I need help with an integral using variable bounds. I Have a certain function: f = @(t) [function] And I want to ...
6 years 前 | 1 个回答 | 0
1
个回答提问
Integration using multiple formula's and a single variable.
Hi Guys, I have a question regarding these lines of code: d = @(t) d0.*cos(2.*pi.*((t-172)./365)); c = @(d,t) sin(La).*sin(d)...
6 years 前 | 1 个回答 | 0