Thursday, March 20, 2014

Week 6 (10 March - 16 March 2014)

Title: Project progress (FYP 2)
Objective: Result
Content: In week 6, after all the parameter I agree to put at GUI, proceed with the coding for simulation (calculation). The first story board is the front page:

All the axes is a picture. When user click the Next button, it will go to the main page. The coding for the picture appear is:
handles.output = hObject;axes(handles.axes3)
imshow('bmi.gif')
axes(handles.axes4)
imshow('robot.gif')
axes(handles.axes5)
imshow('cablebundle2.gif')
***axes3,axes4 and so on is the axes that the picture will appear and "imshow(robot.gif)" is to show the picture. When run the simulation, it's like the figure below.

No comments:

Post a Comment