如何在MATLAB上制作♡的标记图?

时间:2019-04-15 08:29:19

标签: matlab plot

我知道在MATLAB中,标记图仅类似于此表。 enter image description here

如何制作其他标记图符号?像“爱”标记? '♡'?这是我的代码

clear all;
clc;
x=[1,2,3];
y=[3,2,1];
plot(x,y,'b♡','markerfacecolor','y','markersize',15);
grid on;

由于'♡'符号不存在,'b♡'在MATLAB中出现错误

0 个答案:

没有答案