FF505/FY505 - Computational Science - MATLAB Section
Getting StartedThis short note is for getting you started with the computer system at the IMADA terminal room, where the matlab sessions will take place. IMADA TerminalrumThe computers at IMADA run a version of the Linux operating system called "Ubuntu" with "Gnome" as the default desktop. It is operated similarly to other Linux distributions, to Mac OS X, and in many ways also to Windows. Please go through the following list to set up your account for use with FF505:
(Note, it is possible to use in the study group hours also the
machines in the room U26B. You log in to those machines with your SDU
account. Once logged in, you can use Matlab from those machines. Note
that those machines are just clients booting from a remote
server. When you log out all your data are lost. You can copy back
and forth data from your IMADA system with the command:
Starting Matlab
Command Basics
Printing source code
You should try to avoid printing code since you will not gain much from
reading it in black and white on a paper rather than with color
highlights on the screen. However, if you really need you can print
source code by using the matlab editor or some text processing
software. For a good result, consider using the command a2ps -Pd3 hello.m
|