integrals in Matlab

Matlab doesn't want to count the integral, everything is fine with the integral itself, but in response it just outputs the unread integral(

Can we do something about it, or will we have to accept it?

 1
Author: skablet, 2019-10-26

1 answers

Matlab allows you to implement integral calculations using several methods: right and left rectangles, trapezoids, and the Simpson method. Since the question does not specify a specific integral, I suggest reading the examples of solutions for all methods: https://codetown.ru/matlab/integraly/

 0
Author: Иван Кулешов, 2019-11-28 08:28:24