Community Profile

photo

ANMOL BAKSHI


Last seen: 3 years ago Active since 2020

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Content Feed

View by

Question


MATLAB two Graph Plotting
x = 1:100; y = ones(1,100); y1 = ones(1,100); y2 = ones(1,100); y3 = ones(1,100); y = x; y1 = x+2; y2 = x+50; y3 = x+10...

3 years ago | 1 answer | 0

1

answer

Question


Last else if graph not plotting
if i==3600 hold on; plot(x,C); elseif i==10800 ...

3 years ago | 2 answers | 0

2

answers