photo

ved


自 2015 起处于活动状态

Followers: 0   Following: 0

消息

统计学

Feeds

排序方式:

提问


Need help with bisection of this function, any advise or help would be great! thanks in advance to all!
this is the code I used for the first part of the question and is correct: h=0.1; t=36; N=(t/h); t=zer...

8 years 前 | 0 个回答 | 0

0

个回答

提问


why do i get this error? 'Subscript indices must either be real positive integers or logicals.' thanks for any help!!!
h=0.1; t=36; N=(t/h); t=zeros(1,N+1); p=zeros(1,N+1); t(1)=0; p(1)=87; for n=...

8 years 前 | 2 个回答 | 0

2

个回答