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
Last revisionBoth sides next revision
matlab:introduction_to_matlab [2019/05/07 00:53] – [What is it?] mithatmatlab:introduction_to_matlab [2021/12/07 19:10] – [With "main" function] mithat
Line 315: Line 315:
 ===== With "main" function ===== ===== With "main" function =====
   * Minimum syntax:   * Minimum syntax:
-<file matlab my_script.m> +<file matlab main.m> 
-function main+function main()
   area1 = traparea(1, 2, 3);   area1 = traparea(1, 2, 3);
   disp(area1);   disp(area1);
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