Technical discussion about Matlab and issues related to Digital Signal Processing.
Friends, I hav one function y(x)=(erf(x)+A*sin(x))^(1/3) which i hav to integrate. im not able to integrate it because of the power (Which is a fraction). I wonder if i can ever integrate the function in some way in matlab?? ----------------------------- What i did is as follows : >> syms x >> int((erf(x)+A*sin(x))^(1/3),x) Warning: Explicit integral could not be found. > In D:\matlab6p5\toolbox\symbolic\@sym\int.m at line 58 ans = int((erf(x)+A*sin(x))^(1/3),x) --------------------------------------------- Can anyone help me over this?? Sorry for spamming :) Thanks in advance, Nandhini