/Laborator9-SSM

Laboratorul-9 SSM

Primary LanguageMATLAB

Laborator9-SSM

This is the ninth laboratory at Software for Mechatronics Systems, coordinated by Conf. Dr. Ing. Ciprian Ion Rizescu.

Brief

The task was to implement a graphical interface in MATLAB using GUIDE. The GUI must contain the logo of the faculty and of the university, it should have two buttons, one that when pressed will display the centric connecting rod-crank mechanism and the second to display the eccentric connecting rod-crank mechanism. The interface will also have an exit button from the application.

Because I’m special, I also wanted to implement this in JavaScript, HTML and CSS.

Results

Matlab Interface

Matlab Interface

Matlab result

Matlab result

Matlab centric

Matlab centric

Web App result

Web App result

Web App centric

Web App centric

Web App eccentric

Web App eccentric

Exit button functionality

Exit button functionality

Conclusion for the Matlab app

To add the images I used Axes, with CreateFcn and I added in that function the method imshow() with the path of the image. I used a Panel for the buttons, their functionality was written in the function callback() and their design was done with a property inspector. The title, name, group and date were added with Static Text, the design was done with property inspector.

You can check the site here: https://brittleru.github.io/Laborator9-SSM/