curvefitting of complex number

3 views (last 30 days)
I get following error when i use Lsqcurvefit
Warning: Imaginary parts of complex X and/or Y arguments ignored.
> In myfun (line 11).
I want both real and imaginary parts
  1 Comment
KSSV
KSSV on 3 Nov 2022
Run the function seperately for real and imaginary parts.

Sign in to comment.

Accepted Answer

Harshit Gupta
Harshit Gupta on 15 Nov 2022
Hi Supreeth,
As per my understanding, you are getting the following warning:
Warning: Imaginary parts of complex X and/or Y arguments ignored.
And you want both real and imaginary parts to be included in your plot, while using "lsqcurvefit".
Please refer below to resolve your query:

More Answers (0)

Community Treasure Hunt

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

Start Hunting!