MATLAB ヘルプ センター
Calculate and plot convergence of FMM solver
Since R2021b
convergence(hsolver)
convergence(hsolver) calculates and plots convergence of the fast multipole method (FMM) solver defined in hsolver. The function calculates the convergence over the iterations and relative residual specified in the hsolver object.
hsolver
example
collapse all
Design a default parabolic reflector antenna.
m = reflectorParabolic;
Set the solver type of the parabolic reflector antenna to FMM.
m.SolverType = 'FMM';
Calculate the impedance of the parabolic reflector antenna at 10 GHz.
Z = impedance(m,10e9);
Access the FMM solver and set the relative residual to 1e-3.
s = solver(m); s.RelativeResidual = 1e-3;
Calculate and plot the convergence of the FMM solver for the parabolic reflector antenna.
convergence(s)
solver
Fast multipole method (FMM) solver, specified as a solver object.
Introduced in R2021b
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Web サイトの選択
Web サイトを選択すると、翻訳されたコンテンツにアクセスし、地域のイベントやサービスを確認できます。現在の位置情報に基づき、次のサイトの選択を推奨します:
また、以下のリストから Web サイトを選択することもできます。
最適なサイトパフォーマンスの取得方法
中国のサイト (中国語または英語) を選択することで、最適なサイトパフォーマンスが得られます。その他の国の MathWorks のサイトは、お客様の地域からのアクセスが最適化されていません。
南北アメリカ
ヨーロッパ
アジア太平洋地域
最寄りの営業オフィスへのお問い合わせ