Wednesday, 31 October 2018

MATLAB - Step 1 - INSTALL MATLAB on WINDOWS

I installed the MATLAB 2018b on Windows for academic use as I am a student.

Installation steps:

1. Get all the required installation files (either from your education institution or download it from: https://in.mathworks.com/academia/student_version.html

2. Follow the instructions as provided by your system administrator to install MATLAB for refer the following link:

https://in.mathworks.com/help/install/ug/install-mathworks-software.html

3. That's it. MATLAB is ready for use.

4. Click on the MATLAB icon on Desktop or 'Start Menu' to open MATLAB.

5. This will by default open the 'Editor Window' as shown below:



6. Type 'guide' in the command window as shown above to open the GUI Window which will the main area of discussion in further posts.


 7. That's it!  You are ready to start the project.

MATLAB - Automated Blood Group Detection

This is my first hands-on on MATLAB. As part of M.tech (Semester 1) project, I chose to build an automated Blood Group Detection program using Image Processing Techniques.

As I build this project, will update details on learning MATLAB for new users as I am currently doing hoping it will help someone having similar queries as I do have now.

So, stay tuned!

Cheers
Rashmi

MATLAB - Clear all Axes on button press in Pushbutton

% --- Executes on button press in pushbutton function pushbutton_Callback(hObject, eventdata, handles) % hObject    handle to pushbutton (s...