User Tools

Site Tools


matlab:introduction_to_matlab

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
matlab:introduction_to_matlab [2019/04/26 22:00] – [Matrix operations] mithatmatlab:introduction_to_matlab [2019/05/07 00:53] – [What is it?] mithat
Line 6: Line 6:
  
 ===== What is it? ===== ===== What is it? =====
 +  * A //high-level//, //interpreted// language and environment targeting scientific computing.
   * A freaking huge, feature filled graphing calculator   * A freaking huge, feature filled graphing calculator
   * Comprehensive   * Comprehensive
Line 113: Line 114:
  
 <code matlab> <code matlab>
-r = 1.* a;  % scalar multiplication+r = 1.25 * a; % scalar multiplication
 r = a * b;    % matrix multiplication r = a * b;    % matrix multiplication
 r = a .* b;   % elementwise multiplication r = a .* b;   % elementwise multiplication
matlab/introduction_to_matlab.txt · Last modified: 2021/12/07 19:11 by mithat

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki