Strict Standards: Declaration of action_plugin_source::register() should be compatible with DokuWiki_Action_Plugin::register($controller) in /var/www/sda/4/8/be.st/wiki/lib/plugins/source/action.php on line 19

Strict Standards: Declaration of cache_instructions::retrieveCache() should be compatible with cache::retrieveCache($clean = true) in /var/www/sda/4/8/be.st/wiki/inc/cache.php on line 289

Warning: Cannot modify header information - headers already sent by (output started at /var/www/sda/4/8/be.st/wiki/lib/plugins/source/action.php:19) in /var/www/sda/4/8/be.st/wiki/inc/auth.php on line 295

Strict Standards: Only variables should be passed by reference in /var/www/sda/4/8/be.st/wiki/doku.php on line 71

Warning: Cannot modify header information - headers already sent by (output started at /var/www/sda/4/8/be.st/wiki/lib/plugins/source/action.php:19) in /var/www/sda/4/8/be.st/wiki/inc/actions.php on line 154
Notes Matlab · Wiki de BeSt

Notes Matlab

Voilà un résumé des leçons 0 à 2 :

Général

  • Matlab c'est bien et c'est facile
  • Ne pas utiliser les variables i et j à la fois en complexe et comme compteurs dans les boucles

Vecteurs

  • La numérotation des index des tableaux commence à 1.
  • Pour générer un tableau : debut:fin OU debut:pas:fin
  • t=[0 1 2] donne un vecteur ligne et t=[0;1;2] donne un vecteur colonne
  • v' est le transconjugué de v (transposé du conjugué de v)
matlab/notes.txt · Dernière modification: 2009/08/03 20:25 (édition externe)
Recent changes RSS feed Creative Commons License Donate Driven by DokuWiki

Strict Standards: Only variables should be passed by reference in /var/www/sda/4/8/be.st/wiki/doku.php on line 79