Sign in

username:

password:



Not a member?

Search matlab



Search tips

Subscribe to matlab



matlab by Keywords

Atanh | Autocorrelation | Bandpass Filter | C++ | Conv | Database | Deconv | Excel | FFT | Filter | Filtering | FIR | Fourier Transfrom | FSK | Gaussian Noise | Haykin | IFFT | Image | Java | LFSR | LMS | LPC | MEX | OFDM | QPSK | Radix | Random | Sampling | Segmentation | Simulink | Visual Basic | Waveform | Wavelet

Discussion Groups

Discussion Groups | Matlab DSP | Integration

Technical discussion about Matlab and issues related to Digital Signal Processing.

  

Post a new Thread

Integration - nand...@rediffmail.com - Jun 11 6:42:10 2008



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


(You need to be a member of matlab -- send a blank email to matlab-subscribe@yahoogroups.com )