主题:matlab小问题
我一段程序,运行到这段时
h1 = axes('Parent',h0, ...
'Units','characters', ...
'CameraUpVector',[0 1 0], ...
'CameraUpVectorMode','manual', ...
'Color',[1 1 1], ...
'ColorOrder',mat8, ...
'Position',[22.2 15.53846153846154 48.2 2.307692307692308], ...
'Tag','Axes1', ...
'XColor',[0 0 0], ...
'XTickLabel',['0 ';'0.2';'0.4';'0.6';'0.8';'1 '], ...
'XTickLabelMode','manual', ...
'XTickMode','manual', ...
'YColor',[0 0 0], ...
'YTickMode','manual', ...
'ZColor',[0 0 0]);
出现了如下错误 ??? Error using ==> axes
Colormap must be an M-by-3 array of RGB color intensities.
Error in ==> gmvizgui_init at 248
h1 = axes('Parent',h0, ...
希望有路过的人帮忙看看呢,在此谢谢了啊!!!
有附程序可以下载 看看
主程序是 gmvizgui_init
h1 = axes('Parent',h0, ...
'Units','characters', ...
'CameraUpVector',[0 1 0], ...
'CameraUpVectorMode','manual', ...
'Color',[1 1 1], ...
'ColorOrder',mat8, ...
'Position',[22.2 15.53846153846154 48.2 2.307692307692308], ...
'Tag','Axes1', ...
'XColor',[0 0 0], ...
'XTickLabel',['0 ';'0.2';'0.4';'0.6';'0.8';'1 '], ...
'XTickLabelMode','manual', ...
'XTickMode','manual', ...
'YColor',[0 0 0], ...
'YTickMode','manual', ...
'ZColor',[0 0 0]);
出现了如下错误 ??? Error using ==> axes
Colormap must be an M-by-3 array of RGB color intensities.
Error in ==> gmvizgui_init at 248
h1 = axes('Parent',h0, ...
希望有路过的人帮忙看看呢,在此谢谢了啊!!!
有附程序可以下载 看看
主程序是 gmvizgui_init