当我尝试设置我的情节标题时出现此错误:
Error using matlab.graphics.axis.Axes/set
While setting the 'Title' property of 'Axes':
Value must be 'matlab.graphics.primitive.Text'.
我不理解的是我遵循了该教程:mathworks creating plots
有我的代码:
set(handles.axes3,'Title','Red Fluorescence','xLim',[1 (handles.gap*2)],'yLim',[handles.YminR handles.YmaxR]);
谢谢!