Joy Salomi
Followers: 0 Following: 0
Feeds
提问
Doubt in MATLAB coding.
Hello. I'm trying to plot a differntial equation using MATLAB. When I run my program, I'm getting different graph. I've attach...
4 years 前 | 3 个回答 | 0
3
个回答提问
how to plot 3rd order differential equation in Matlab?
Hello, What is wrong in this coding? I got some error. Please help me in this. I have attached the problem and code below. Than...
5 years 前 | 1 个回答 | 0
1
个回答提问
MATLAB Coding for BVP
function res = mat4bc(ya,yb) res = [ ya(1)-1 yb(2) ya(3) yb(4) ]; The above is for 2 bound...
5 years 前 | 0 个回答 | 0