can't figure out how to do these integral problems in matlab
1 view (last 30 days)
Show older comments
how do I do these integral problems in matlab..? =\
0 Comments
Answers (1)
KSSV
on 25 Oct 2016
clc; clear all ;
syms x
expr = 1/x ;
int(expr,x)
doc int...
You have to do the next one.
See Also
Categories
Find more on Calculus in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!