相关网页:
https://ww2.mathworks.cn/matlabcentral/answers/329887-pcshow-in-gui
https://ww2.mathworks.cn/matlabcentral/answers/755654-how-use-pcshow-in-gui
https://ww2.mathworks.cn/matlabcentral/answers/331569-using-pcshow-on-a-ui-panel
问题:我的需求是在MATLAB GUI一张图里显示好几个点云,但是一直出错,只能两个点云叠加,三个以上会出错。
axis(handles.axes1);
pcshow(pt,[0.5,0.5,0.5]);
hold(handles.axes1,'on');
pcshow(ptCloud1);
hold