Added PlanarSLAMExample_Graph to the gui

release/4.3a0
Andrew Melim 2012-09-03 17:56:22 +00:00
parent d3b5c463ed
commit 61b6c72363
2 changed files with 8 additions and 1 deletions

View File

@ -22,7 +22,7 @@ function varargout = gtsamExamples(varargin)
% Edit the above text to modify the response to help gtsamExamples
% Last Modified by GUIDE v2.5 24-Jul-2012 10:18:05
% Last Modified by GUIDE v2.5 03-Sep-2012 13:34:13
% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
@ -142,6 +142,13 @@ function PlanarSLAMSampling_Callback(hObject, eventdata, handles)
axes(handles.axes3);
PlanarSLAMExample_sampling
% --- Executes on button press in PlanarSLAMGraph.
function PlanarSLAMGraph_Callback(hObject, eventdata, handles)
axes(handles.axes3);
echo on
PlanarSLAMExample_Graph
echo off
% --- Executes on button press in SFM.
function SFM_Callback(hObject, eventdata, handles)
axes(handles.axes3);