matlab画图设置(坐标轴、曲线、颜色)a=linspace(1,2,10)plot(a,-pr,linewidth,1.5,MarkerEdgeColor,r,MarkerFaceColor,m,MarkerSize,10)legend(a,Location,best)title(a,FontName,Times New Roman,FontWeight,Bold,FontSize,16)xlabel(T,FontName,Times New Roman,FontSize,14)ylabel(a,FontName,Times New Roman,FontSize,14,Rotation,0)axis auto equalset(gca,FontName,Times New Roman,FontSize,14)1.曲线线型、颜色和标记点类型plot(X1,Y1,LineSpec, ) 通过字符串LineSpec指定曲线的