Rubayet
Followers: 0 Following: 0
Statistics
3 Questions
0 Answers
RANK
229 876
of 295 527
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 20 242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154 057
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
7 månader ago | 1 answer | 0
1
answerQuestion
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 = ...
7 månader ago | 1 answer | 0
1
answerQuestion
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...
ungefär ett år ago | 2 answers | 0