How can we model this equation in simulink dx/dy
How can we model this equation in simulink dx/dy + x + y = 1 where x is the input and y is the output?
NOTE:-
Matlabsolutions.com provide latest MatLab Homework Help,MatLab Assignment Help , Finance Assignment Help for students, engineers and researchers in Multiple Branches like ECE, EEE, CSE, Mechanical, Civil with 100% output.Matlab Code for B.E, B.Tech,M.E,M.Tech, Ph.D. Scholars with 100% privacy guaranteed. Get MATLAB projects with source code for your learning and research.
Re-write as
dx/dy = 1 - x - y % y is your independent variable, sort of "t"
therefore
dy/dx = 1/(1 - x - y)
Then, from left to right (in your Simulink block diagram) you have
- a summation block, adding up the right hand side, and taking the reciprocal value
- the output goes into an integrator block that outputs y, which is the solution and also feeds back into the summation block
SEE COMPLETE ANSWER CLICK THE LINK