I can I use Si and Ci Integral functions in Matlab? I need to use these functions for my Matlab code.

Answers (2)

Code for Fresnel sine and cosine on the File exchange has been there for some years now.

2 Comments

>> fresnelC(1.38,0) Undefined function 'fresnelC' for input arguments of type 'double'. John thanks, I tried but not working...
Um, you need to DOWNLOAD it and put the directory on your search path before you use it! This a basic of tools you will find on the file exchange. MATLAB does not magically know how to use code that it cannot see. Once you have done that...
fresnelC(1.38,0)
ans =
0.56297592577244

Sign in to comment.

If you have the Symbolic Toolbox, the interface to these is sinint and cosint

Categories

Tags

Asked:

on 28 May 2015

Edited:

on 29 May 2015

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!