photo

Darren Tharby


Last seen: 2年以上 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

質問


Nearest Neighbour Travelling Salesman Problem
I have implemented the nearest neighbour algorithm for solving the TSP. i dont know what im doing wrong i have worked the soluti...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


Help with my SIR MODEL
function sir_model % Model parameters beta = 5*10^-9; % rate of infection gamma = 0.12; % rate of recovery (try also 0.07) d...

4年弱 前 | 3 件の回答 | 0

3

回答

質問


Index exceeds number of array elements (1) Heuns method
% step size % h = 0.1; % number of steps % N = 10; x(1) = 0.1; y(1) = 1.1; f = 2*sin(x)+y; for i = 1:N y(i+1)...

4年弱 前 | 2 件の回答 | 0

2

回答