W-M function to plot 3d fractal surfaces

10 vues (au cours des 30 derniers jours)
haojie men
haojie men le 7 Avr 2021
I want to plot a fractal 3D surface using W-M function.
Here is my result:
It is different from fractal surfaces from other journal articles like this:
piture from An adhesive wear model of fractal surfaces in normal contact, X. Yin, K. Komvopoulos
I know maybe it can be resolved by increasing x and y number, but it takes a lot of time.
So, can anyone help me optimize the code?
Thanks!
  2 commentaires
KSSV
KSSV le 7 Avr 2021
You need to use loops in myF.m file....read about vectorizing the calculations. Read about element by element calculations.
haojie men
haojie men le 7 Avr 2021
Thanks! I will try.

Connectez-vous pour commenter.

Réponses (2)

Sulaymon Eshkabilov
Sulaymon Eshkabilov le 7 Avr 2021
Hi,
Here are corrected codes of yours. One more important note that it is not a good practice to call your m-file with a MATLAB built-in fcn or command name, e.g., plot, grid, legend, exp, clc, ....
Good luck.
  2 commentaires
haojie men
haojie men le 7 Avr 2021
Thanks!
It looks better than before. It now looks like this:
But it is still different from X. Lin's result. Maybe the data is optimized by some method to remove saliens.
NAN ZHANG
NAN ZHANG le 16 Avr 2021
Modifié(e) : NAN ZHANG le 16 Avr 2021
Have you notice the units of X and Y? it's 'um' in Lin's paper, and 'm' in your program. Try again.

Connectez-vous pour commenter.


Artos Cen
Artos Cen le 21 Fév 2022
Hi
Just wanted to check up if you have already solved the problem yet. Thanks!

Catégories

En savoir plus sur Fractals dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by