Feeds
질문
Any mathematical mistake in my script ?
Hi, I am trying to plot the self-derived analytical solution using matlab. However, I get different answer from what I obtained ...
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to reduce the time of solving the lengthy piecewise terms
Hi experts, I am trying to plot the derived analytical solution, however, when the triple summation terms is >10, the comput...
거의 5년 전 | 답변 수: 1 | 0
1
답변질문
Need help in code triple summation with conditions.
Good day, I am solving the temperature profile that involved one, two and three summation, denoted as T, T1 and T2 in a single ...
거의 7년 전 | 답변 수: 0 | 0
0
답변질문
How to skip the division of zero in three summation term.
F=n-M-N; syms n M N T= symsum(symsum(symsum((1/F),n,1,3),M,1,3),N,1,3); Hi everybody, I am trying to solve a problem, which ...
거의 7년 전 | 답변 수: 1 | 0
1
답변질문
Need help on loop for an ODE function
This code for an ODE function with boundary condition, and it can only given an answer at selected time,in this coding is at t=1...
거의 8년 전 | 답변 수: 1 | 0
1
답변질문
Need help for loops a function with boundary condition
I am facing a problem to loop the ODE function, anyone can help me ? I need to have a small increment in time for every ODE func...
거의 8년 전 | 답변 수: 0 | 0

