Tag: Matlab Module

By Soumya Srivastava on November 15, 2018 No Comments

The basics of MATLAB were discussed in the previous module. It covered topics on interface of MATLAB software and the basic operations of MATLAB along the help and documentation features.

 
By Soumya Srivastava on September 21, 2017 1 Comment

MATLAB provides various ways in which a user can access help within the software for better understanding of the functions. Similarly, many search options are provided to search text, characters and functions in the software in order to fix errors and avoid bugs.

 
By Soumya Srivastava on September 2, 2017 No Comments

In the previous articles, the discussion revolved around the use of command window and how variables are added to working window. In the present article, the focus will be on how to format output and further use MATLAB for documentation without errors.

 
By Soumya Srivastava on July 18, 2017 No Comments

If the text value itself contains single quote; eg. Sam’s in the image 2 below, then three single quotes are used within the statement. Two for text and one for the apostrophe.

 
By Soumya Srivastava on July 5, 2017 No Comments

As discussed in the previous article, workspace is a space wherein the variables used and created in a study are displayed. The variables can also be imported from data files or other programs.

 
By Soumya Srivastava on July 5, 2017 No Comments

Matrix Laboratoryn (MATLAB) is a high-level language that is matrix based and includes an interactive environment for numerical computation, visualization,development and programming which was originally written in FROTRAN (Formual Translation). The present module is based on R 2017a version and is available for 64 bit Windows, Mac and Linux operating system. All the MATLAB variables […]