How can we model this equation in simulink dx/dy

Technical Source
1 min readNov 8, 2023

--

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

--

--

Technical Source
Technical Source

Written by Technical Source

Simple! That is me, a simple person. I am passionate about knowledge and reading. That’s why I have decided to write and share a bit of my life and thoughts to.

No responses yet