info:linux
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
info:linux [2009/09/24 18:37] – moritz | info:linux [2010/08/09 19:45] (current) – miscellaneous link added moritz | ||
---|---|---|---|
Line 2: | Line 2: | ||
This page summarizes some tips for beginners as well as solutions I face during daily work. | This page summarizes some tips for beginners as well as solutions I face during daily work. | ||
- | [[.: | + | * [[.: |
+ | * [[.: | ||
+ | * [[oorexx Debian|Building ooRexx for Debian]] | ||
+ | * [[mirroring|Mirroring]] | ||
+ | * [[miscellaneous|Miscellaneous]] | ||
+ | |||
+ | ====== Matlab Tips ====== | ||
+ | |||
+ | ===== Function skeleton ===== | ||
+ | To arrive at your own custom skeleton for new .m files, you may insert your skeleton before line 121 of edit.m. Notice that matlab will load edit.m on startup and changes to edit.m thereafter won't be seen until rebooting matlab. | ||
+ | Example: < | ||
+ | % ... | ||
+ | else | ||
+ | file_1 = fopen(fileName, | ||
+ | fprintf(file_1, | ||
+ | fprintf(file_1, | ||
+ | fprintf(file_1, | ||
+ | fprintf(file_1, | ||
+ | fprintf(file_1, | ||
+ | fprintf(file_1, | ||
+ | fprintf(file_1, | ||
+ | openEditor(fullfile(path, | ||
+ | end | ||
+ | % ... | ||
+ | </ | ||
- | [[.: |
info/linux.1253817433.txt.gz · Last modified: 2009/09/24 18:37 by moritz