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 ...
거의 7년 전 | 답변 수: 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년 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0
