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.

No comments:

Post a Comment

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...