Small gui change

release/4.3a0
Frank Dellaert 2012-06-08 11:02:15 +00:00
parent cafac0b7a1
commit 8740da8fb7
2 changed files with 4 additions and 3 deletions

View File

@ -13,9 +13,7 @@ function VisualISAMPlot( results, data )
covarianceEllipse3D([point_j.x;point_j.y;point_j.z],results.Ppoints{j});
end
axis([-35 35 -35 35 -35 35])
view([36 34])
colormap('hot')
axis([-35 35 -35 35 -15 15])
hold off;
end

View File

@ -105,6 +105,9 @@ function handles=initialize(handles)
handles.results{2}.estimates
cla(handles.resultAxes);
VisualISAMPlot(handles.results{handles.frame_i}, handles.data)
view([36 34])
colormap('hot')
% --- Executes on button press in intializeButton.
function intializeButton_Callback(hObject, eventdata, handles)