📄 program_5e.m
字号:
% Chapter 5 - Fractals and Multifractals.
% Program_5e - A Dq spectrum of dimensions.
% Copyright Birkhauser 2004. Stephen Lynch.
% A Dq curve for a multifractal Cantor set (Figure 5.16(b)).
hold on
ezplot('(log((1/9)^x+(8/9)^x))/(log(3))*(1/(1-x))',[-20,0.99])
ezplot('(log((1/9)^x+(8/9)^x))/(log(3))*(1/(1-x))',[0.99,20])
axis([-20 20 0 2])
fsize=15;
set(gca,'xtick',[-20:10:20],'FontSize',fsize)
set(gca,'ytick',[0:.4:2],'FontSize',fsize)
xlabel('\itq','FontSize',fsize)
ylabel('\it{D_q}','FontSize',fsize)
title(' ')
hold off
% End of Program_5e.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -