Info

此问题已关闭。 请重新打开它进行编辑或回答。

Is any direct syntax in matlab for using "Matheiu function for both radial and angular"?

1 次查看(过去 30 天)
kindly suggest me the syntax.

回答(1 个)

Walter Roberson
Walter Roberson 2016-5-31
编辑:Walter Roberson 2016-5-31
No, that is not part of MATLAB.
There is a File Exchange contribution for the purpose, which was pointed out to you in your previous question on this topic.
  2 个评论
Ritesh Chaurasia
Ritesh Chaurasia 2016-5-31
Sir, Actually i don't have idea of file exchange contribution...Can you elaborate me how i can use this method.
Walter Roberson
Walter Roberson 2016-5-31
Visit the page http://www.mathworks.com/matlabcentral/fileexchange/27100-mathieu-classic-functions-with-positive-parameter-v1-0 . On the upper right side, click to Download the ZIP. Unzip the file into a convenient directory that is not underneath the MATLAB installation directory. Then use MATLAB's pathtool command to add that directory to the MATLAB path. After that your code can call upon functions such as mathieuq (for the angular function) or call upon the radial function that is appropriate for your work such as mmathieu4 (radial Mathieu functions of the fourth kind)

此问题已关闭。

Community Treasure Hunt

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

Start Hunting!

Translated by