Small gui change
parent
cafac0b7a1
commit
8740da8fb7
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue