How can we model this equation in simulink dx/dy + x + y = 1 where x is the input and y is the output?
Neeta Dsouza answered .
2025-11-20
dx/dy = 1 - x - y % y is your independent variable, sort of "t"
therefore
dy/dx = 1/(1 - x - y)
