フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

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

1 回表示 (過去 30 日間)
Ritesh Chaurasia
Ritesh Chaurasia 2016 年 5 月 31 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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