Feeds
질문
Help with plotting the figure
I've developed the matlab code for the attached problem (Explicit method). It'll be helpful if someone check my code and correct...
거의 8년 전 | 답변 수: 0 | 0
0
답변질문
Matlab code for the Formula
Following is the Analytical solution of a Heat Diffusion formula where x is length of Rod from 0 to 1 meter with an increment ...
거의 8년 전 | 답변 수: 2 | 0
2
답변질문
What will be the matlab code of this attached formula
I need the matlab code to find value of U for different variable of x, r and t. x value is 0 to 1 with an increment of 0.1, r va...
거의 8년 전 | 답변 수: 0 | 0
0
답변질문
What's wrong with this code?
function sincomp(x,n) i = 1; tru = sin(x); ser = 0; fprintf('\n'); fprintf('order true value approximation ...
거의 8년 전 | 답변 수: 1 | 0
