I am trying to generate code for plotting anti fractals and getting error
Show older comments
i am taling k=2 in this function Q_c(z) ,thetha=0.2 ,A = [−6, 4.7] × [−5.5, 5.5] tri-corn generated in PMO .i am getting error in my code.
10 Comments
Walter Roberson
on 26 Oct 2024
I cannot find any Mathworks or File Exchange function named Q_c ?
It would be easier if you posted your code, and also posted the error messages you are encountering.
Walter Roberson
on 27 Oct 2024
Your code does not include any Q_c function, so it is difficult to figure out what you are talking about.
Akansha
on 28 Oct 2024
KSSV
on 28 Oct 2024
Copy your full code here....Show us how did you run along with the input.
Walter Roberson
on 28 Oct 2024
? It looks more like
z_next = conj(u_n)^2 + c;
matches to your Qc(z) definition ?
Akansha
on 28 Oct 2024
Akansha
on 28 Oct 2024
Akansha
on 28 Oct 2024
Akansha
on 28 Oct 2024
Accepted Answer
More Answers (0)
Categories
Find more on Fractals in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



