% 爱心编程代码示例
% 作者: ChatGPT
% 设置图形窗口
figure;
axis([2 2 2 2]);
axis off;
% 定义爱心形状的参数
t = linspace(0, 2*pi, 1000);
x = 16*sin(t).^3;
y = 13*cos(t) 5*cos(2*t) 2*cos(3*t) cos(4*t);
% 绘制爱心形状
heart = fill(x, y, 'r');
set(heart, 'EdgeColor', 'none');
% 添加文字说明
text(0, 0.5, 'I Love MATLAB', 'FontSize', 14, 'HorizontalAlignment', 'center');
% 隐藏坐标轴
set(gca, 'Visible', 'off) center no-repeat; background-size:cover;">