Can anyone help to fix the line 55 of my code ?
1 回表示 (過去 30 日間)
古いコメントを表示
Dear,
I would like to get help by fixing the line 55 of my code
it gives more errors
exmple : gvd_curve_pcf2=1
and
[pl_fib_dom, pl_fib_loss]=gvd_curve_pcf2;
so it says that gvd_curve_pcf2 is not found
Please Help
8 件のコメント
Bob Thompson
2019 年 6 月 17 日
From your attached code it doesn't look like you're trying to use gvd_curve_pcf2 as a function. Is this correct?
I was not able to reproduce your error because gvd_curve_pcf2=1; defines the variable, although you are not able to define multiple other variables from the one input, as you have listed in line 55.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Optics についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!