User Tools

Site Tools


matlab_guide

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
matlab_guide [2015/08/29 11:48]
petersen
matlab_guide [2016/05/09 09:29] (current)
a_west [Interp]
Line 48: Line 48:
   * [[matlab_guide#​Files| Files]]   * [[matlab_guide#​Files| Files]]
                 * [[matlab_guide#​fopen| fopen]]                 * [[matlab_guide#​fopen| fopen]]
-                * [[matlab_guide#​fscanfscan]]+                * [[matlab_guide#​fscanffscanf]]
                 * [[matlab_guide#​fclose| fclose]]                 * [[matlab_guide#​fclose| fclose]]
   * [[matlab_guide#​Audio| Audio]]   * [[matlab_guide#​Audio| Audio]]
Line 63: Line 63:
  
 ===== Matlab Basic Operations ===== ===== Matlab Basic Operations =====
- 
  
 === Introduction === === Introduction ===
  
-MATLAB is a numeric ​computation computer software. All of the data types are matrices that can  +MATLAB is a numerical ​computation computer software. All of the data types are matrices that can  
-either represent numeric or string variables. It is also case sensitivei.e. is not the same as B.  ​ +either represent numeric or string variables. It is also case sensitive ​(i.e. '​b' ​is not the same as 'B').  ​
  
  
 === Basic setup === === Basic setup ===
  
-When you open up MATLAB you have three basic windows available: Current Folder, Command Window, and Workspace. ​+When you open up MATLAB you have three basic windows available: Current Folder, Command Window, and Workspace. 
 + 
 The Current Folder window informs the user what folder MATLAB is currently working out of, and displays all of  The Current Folder window informs the user what folder MATLAB is currently working out of, and displays all of 
 the files located withing that folder. The Command Window prompts the user for input by the **>>​** symbol. Once  the files located withing that folder. The Command Window prompts the user for input by the **>>​** symbol. Once 
Line 216: Line 215:
 </​code>​ </​code>​
  
-Length returns the number size of the largest dimension. If row >> column then it will return the length of +Length returns the number size of the largest dimension. If row > column then it will return the length of 
-the row. If column ​>> row then it will return the length of the row.+the row. If column > row then it will return the length of the column.
  
 <​code>​ <​code>​
Line 1482: Line 1481:
    
 Type //'​help sound'//​ in the command window for more details Type //'​help sound'//​ in the command window for more details
-====== ​Interp ​======+====== ​Interpolation ​======
 == External Resources == == External Resources ==
 == Description == == Description ==
matlab_guide.1440870525.txt.gz · Last modified: 2015/08/29 11:48 by petersen