photo

Rubayet


Last seen: etwa 2 Monate vor Aktiv seit 2023

Followers: 0   Following: 0

Statistik

  • Thankful Level 2

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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 Monate vor | 1 Antwort | 0

1

Antwort

Frage


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 Monate vor | 1 Antwort | 0

1

Antwort

Frage


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 Monate vor | 2 Antworten | 0

2

Antworten