Feeds
提问
Stuck at a For Loop
Hi, good day! I am having a problem with my coding. I want to develop a code for Neumann boundary condition, where one edge of ...
6 years 前 | 1 个回答 | 0
1
个回答提问
Index Exceeds Array Bounds
Hello! I am writing a code for a question using adaptive RK method. I encountered a problem in the while loop, where the system ...
7 years 前 | 1 个回答 | 0
1
个回答提问
In an assignment A(:) = B, the number of elements in A and B must be the same.
Good day! I encountered an error when running the following program for Runge-Kutta method. h = 0.1; x = 0:h:1; y = zeros(1, ...
7 years 前 | 1 个回答 | 0
