Advertisement
kirill1920

Lab1

Sep 2nd, 2020
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MatLab 0.17 KB | None | 0 0
  1. Rt={62,750,4700,82000,100000};
  2. Rp={61.6,738,4620,82300,99900};
  3. SumT=Sum(Rt);
  4. Sump=Sum(Rp);
  5. disp("Sum theroetical");
  6. disp(SumT);
  7. disp("Sum practical:");
  8. disp(Sump);
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement