How to fix the bugs in my matlab code?

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 Comments

Sindar
Sindar on 16 Feb 2020
Edited: Sindar on 16 Feb 2020
what error? Put a sample of the code near the error in a code block here.
In general, if you have a code issue, don't say "it's broken, fix it". Instead, spend the time to identify what information is actually relevant. Error messages and the line of code error-ing always are needed. Also include the few lines previous which define variables used in that line.
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.
Thank you so much. for your feedback

Sign in to comment.

Categories

Find more on MATLAB Coder in Help Center and File Exchange

Asked:

on 16 Feb 2020

Commented:

on 17 Feb 2020

Community Treasure Hunt

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

Start Hunting!