Home Forums SYSTEM MATLAB CO SIMULATION Reply To: MATLAB CO SIMULATION

#31427
Profile Photo
alistu
Participant

Indeed it is a part of learning. I analyzed the modified system and realized your output is binary while your input is electrical. So when you use the command “OutputPort1=InputPort1”, you are creating an electrical output instead of a binary output. Besides, you never give the result of your calculations to the output vector in your program. Please verify if I am correct.

Categories