Clear Filters
Clear Filters

lower index of besselh command

1 view (last 30 days)
fima v
fima v on 11 May 2019
Hello what is the meaning of the nu=0 of the first argument in besselh.
what function it will actually represent ?
also z is a vector which samples the function.
what is the role of k?
Thanks
k = 2;
nu = 0;
z = linspace(0.1,25,200);
H = besselh(nu,k,z);

Answers (0)

Categories

Find more on Syntax for States and Transitions 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!