how do i generate fractal images of higher order from an initial image/

6 ビュー (過去 30 日間)
debasis chaudhuri
debasis chaudhuri 2023 年 1 月 5 日
移動済み: Walter Roberson 2023 年 7 月 27 日
I have an image which is a fractal (I used Meg Noa's code). I need to generate higher order fractal images from that image.
  1 件のコメント
Mihai Toma
Mihai Toma 2023 年 7 月 27 日
Hello, did you manage to find / write the code?

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

回答 (1 件)

Atharva
Atharva 2023 年 3 月 2 日
Hi Debasis,
In Matlab, you can generate higher-order fractals by implementing a fractal iteration algorithm. Here is a general outline of the steps :
  1. Load the initial fractal image into MATLAB using the imread function.
  2. Define a set of transformation rules as a set of MATLAB functions. Each function should take the current fractal image as a input and return a modified image as output.
  3. Create a loop that iteratively applies the transformation rules to the current fractal image. For example, you could use a for loop to iterate a fixed number of times .
  4. Display the final fractal image using the imshow function.
  1 件のコメント
debasis chaudhuri
debasis chaudhuri 2023 年 3 月 2 日
移動済み: Walter Roberson 2023 年 7 月 27 日
That was clear to me. But I need a code where I input an image and no of iteration. the output is a higher order fractal image in the same grid. Do you have such a code

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

カテゴリ

Help Center および File ExchangeFractals についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by