How to integrate the function with 'arctan'
Show older comments
Hi, all! I try to interated the following fuction:
clc clear all syms x y z I1=int(2*x^2+3*y^3+4*z^4,x,0,arctan(y/z)) I2=int(I1,y,1,2) I3=int(I2,z,1,3)
But the error turns out to be: Undefined function 'arctan' for input arguments of type 'sym'.
How to solve this promblem, since x is dependent on y and z. Thanks
Accepted Answer
More Answers (0)
Categories
Find more on Common Operations 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!