I can I use Si and Ci Integral functions in Matlab? I need to use these functions for my Matlab code.
Show older comments
Answers (2)
John D'Errico
on 28 May 2015
Edited: John D'Errico
on 28 May 2015
1 vote
2 Comments
vera Rajan
on 29 May 2015
John D'Errico
on 29 May 2015
Edited: John D'Errico
on 29 May 2015
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
Walter Roberson
on 29 May 2015
0 votes
If you have the Symbolic Toolbox, the interface to these is sinint and cosint
Categories
Find more on Creating and Concatenating Matrices 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!