photo

Rubayet


Last seen: circa 2 mesi fa Attivo dal 2023

Followers: 0   Following: 0

Statistica

  • Thankful Level 2

Visualizza badge

Feeds

Visto da

Domanda


Why is the scope of output of Liquid level system here showing a straight line and not an exponential like a step?
My components have been modelled as per image1.png However, the output that I am getting when I click on scope and run looks l...

3 mesi fa | 1 risposta | 0

1

risposta

Domanda


How to visualise feedback function?
numA = [0.1]; denomA = [1 0]; C = tf(numA, denomA) numB = [1]; denomB = [1 1]; G = tf(numB, denomB) s = tf('s'); R = ...

3 mesi fa | 1 risposta | 0

1

risposta

Domanda


Why is the line of y2 always a flat line at x-axis instead of a straight line with negative gradient?
x = linspace(0, 20, 100); y1 = (exp(x)-1)/10; y2 = -x+3; plot(x, y1, 'r'); hold on; plot(x, y2, 'g'); xlabel('Diode Voltag...

10 mesi fa | 2 risposte | 0

2

risposte