How to fix the bugs in my matlab code?

3 ビュー (過去 30 日間)
Fabrice shao
Fabrice shao 2020 年 2 月 16 日
コメント済み: Fabrice shao 2020 年 2 月 17 日
Dear, thank you for your precious time.
I have problem in my code. Currently there is anxptected error apearing during the run. Please could you help me to fix if possible.
Thank you
Here the code in zip attached to this message
  3 件のコメント
Image Analyst
Image Analyst 2020 年 2 月 16 日
This is what I see:
>> main
Start "Simulation of broadband FWM cascade in fiber cavity"Unrecognized function or variable 'gvd_curve_pcf2'.
Error in main (line 54)
[pl_fib_dom, pl_fib_loss]=gvd_curve_pcf2;
You need to get that "gvd_curve_pcf2()" function and it looks like Walter is giving you the location of it below in his answer.
Fabrice shao
Fabrice shao 2020 年 2 月 17 日
Thank you so much. for your feedback

サインインしてコメントする。

回答 (1 件)

Walter Roberson
Walter Roberson 2020 年 2 月 16 日
http://www.codeforge.com/article/174131 has the source code for gvd_curve_pcf2

Community Treasure Hunt

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

Start Hunting!

Translated by