How to integral the specified function with specified value in MatLab? - integral -- MatLab
How to integral the specified function with specified value in MatLab? - integral -- MatLab
How to integral the specified function with specified value in MatLab?
[Ans]
integral
[syntax]
[description]
∫(<upperbound>,<lowerbound>)f(x)dx
can be pronounced as
summation <f>(x) d x from <lowerbound> to <upperbound>.
It can be written as
integral(<f>,<lowerbound>,<upperbound>).
Name_1,Value_1 pair is used to set that Name_1 as Value_1
Comments
Post a Comment