About first derivative of hankel function at point of my choice..!
12 views (last 30 days)
Show older comments
Ritesh Chaurasia
on 20 Sep 2014
Commented: Ritesh Chaurasia
on 20 Sep 2014
I am using "Diff" function to evaluate the first derivative of Besselj,Besselk,Bessely and Besselk at the point of my own choice and getting result but when am using same diff function for diff(besselh(n,1,x)) and diff(besselh(n,2,x)) at my own choice point then i am getting the following error- "the argument should be in numeric"...so how can i get the first derivative of hankel function of first kind and also second kind at my own choice point..!????
0 Comments
Accepted Answer
Image Analyst
on 20 Sep 2014
Assign the bessel function to a variable and then do "whos" on that variable.
More Answers (0)
See Also
Categories
Find more on Bessel functions 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!