Link:http://output.to/sideway/default.asp?qno=140400001 MatLab Getting Started MatLab: Getting StartedMajor Reference Source: MatLab Verson 7.0 One way to start with MatLab is to use MatLab as a calculator. Commands are typed in the Command Window after the MatLab prompt, >>. Commands are then evaluated after pressing the Enter key. MatLab as a Scratch PadSince MatLab provides an immediate computing capability for immediate evaluation, the Command Window can be used as a powerful multiple display scientific graphing calculator by entering MatLab commands at the prompt command, >>, using the PC keyboard. Entered command will be displayed in the Command Window while evaluation results can be displayed in the Command Window or can be made use of the Figure Window to visualize the evaluation results graphically. Common Useful CommandsAs entering interactive commands in the Command Window is one of the important feature of MatLab, some common useful commands should be known beforehand to using MatLab interactively. Help DocumentationOne important type of commands can be entered in the Command Window is calling functions by entering keywords at the Command Window. MatLab provides a MatLab help documentation set which can be accessed through the Help Browser by clicking on the help browser icon or by typing command in the Command Window. Helps on standard MatLab keywords or topics can also be found in the help documentation set. Command examples:
Workspace ManipulationAnother important type of commands can be entered in the Command Window is creating variables by typing statements at the Command Window. MatLab provides a Workspae window for display or exporing variables available in the working space and an Array Editor for exploring or editing each individual variable in the working space. Besides, variable can also be manuipulated by typing statements and commands at the Command Window. Command examples:
load FILENAME: to load workspace variables from the binary "MAT-file" specified by the name FILENAME in the current directory Useful Commands
|
Sideway BICK Blog 01/04 |