Using Low-Level File I/O Functions...
Serwis znalezionych hasełOdnośniki
- Smutek to uczucie, jak gdyby się tonęło, jak gdyby grzebano cię w ziemi.
- bool move_uploaded_file (string filename, string destination)msqlZwraca dodatni identyfikator wyniku zapytania mSQL, lub False w przypadku wyst¹pienia...
- File 100KB long...
- function makePath(formObj) { var fontName = imagePath + formObj...
- <menubar name="Main Window" id="DWMainWindow"> <menu name="_File" id="DWMenu_File"> <menuitem name="_New" key="Cmd+N"...
- - Taka dobra, taka czysta...
- Ei G...
- Wszystkie oczy wpatrywały się w kanapkę i gdy Harry uniósł ją, bywziąć potężny kęs, zauważył, że Mark Sway śledzi każdy jego ruch...
- Pan Wołodyjowski-Henryk Sienkiewicz, PanWR26pobojowisko...
- Być ojcem więc, to może także stawiać wymagania, podprowadzać pod zadania coraz trudniejsze, ale jednocześnie umożliwiać ich realizację przez stałą...
- jakby ta katastrofa dotyczyła jego samego osobiście...
Smutek to uczucie, jak gdyby się tonęło, jak gdyby grzebano cię w ziemi.
. . . . . . . . . . . . . . . . . . . 6-51
Opening Files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6-52
Reading Binary Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6-54
Writing Binary Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6-55
Controlling Position in a File . . . . . . . . . . . . . . . . . . . . . . . . . . 6-56
Reading Strings Line-By-Line from Text Files . . . . . . . . . . . . 6-58
Reading Formatted ASCII Data . . . . . . . . . . . . . . . . . . . . . . . . 6-59
Writing Formatted Text Files . . . . . . . . . . . . . . . . . . . . . . . . . . 6-61
Closing a File . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6-62
Editing and Debugging M-Files
7
Starting the Editor/Debugger . . . . . . . . . . . . . . . . . . . . . . . . . . 7-3
Creating a New M-File in the Editor/Debugger . . . . . . . . . . . . . 7-4
Opening Existing M-Files in the Editor/Debugger . . . . . . . . . . 7-5
v
Opening the Editor Without Starting MATLAB . . . . . . . . . . . . 7-6
Closing the Editor/Debugger . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7-6
Creating and Editing M-Files with the Editor/Debugger . . 7-8
Appearance of an M-File . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7-8
Navigating in an M-File . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7-11
Saving M-Files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7-15
Running M-Files from the Editor/Debugger . . . . . . . . . . . . . . . 7-15
Printing an M-File . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7-16
Closing M-Files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7-16
Debugging M-Files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7-17
Types of Errors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7-17
Finding Errors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7-17
Debugging Example – The Collatz Problem . . . . . . . . . . . . . . . 7-18
Using Debugging Features . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7-22
Preferences for the Editor/Debugger . . . . . . . . . . . . . . . . . . . 7-35
General Preferences for the Editor/Debugger . . . . . . . . . . . . . 7-36
Font & Colors Preferences for the Editor/Debugger . . . . . . . . 7-37
Display Preferences for the Editor/Debugger . . . . . . . . . . . . . . 7-38
Keyboard and Indenting Preferences for the Editor/Debugger 7-40
Printing Preferences for the Editor/Debugger . . . . . . . . . . . . . 7-42
Improving M-File Performance – the Profiler
8
What Is Profiling? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8-3
Using the Profiler . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8-4
The profile Function . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8-4
An Example Using the Profiler . . . . . . . . . . . . . . . . . . . . . . . . . . 8-6
Viewing Profiler Results . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8-7
Viewing Profile Reports . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8-7
Profile Plot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8-12
Saving Profile Reports . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8-13
vi
Contents
Interfacing with Source Control Systems
9
Process of Interfacing to an SCS . . . . . . . . . . . . . . . . . . . . . . . . 9-3
Viewing or Selecting the Source Control System . . . . . . . . . 9-4
Function Alternative for Viewing the SCS . . . . . . . . . . . . . . . . . 9-5
Setting Up the Source Control System . . . . . . . . . . . . . . . . . . 9-6
For SourceSafe Only – Mirroring MATLAB Hierarchy . . . . . . . 9-6
For ClearCase on UNIX Only – Set a View and
Check Out a Directory . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9-6
Checking Files into the Source Control System . . . . . . . . . . 9-7
Function Alternative for Checking In Files . . . . . . . . . . . . . . . . 9-8
Checking Files Out of the SCS . . . . . . . . . . . . . . . . . . . . . . . . . . 9-9
Function Alternative for Checking Out Files . . . . . . . . . . . . . . 9-10
Undoing the Check-Out . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9-10
Using Notebook
10
Notebook Basics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10-3
Creating an M-Book . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10-3
Entering MATLAB Commands in an M-Book . . . . . . . . . . . . 10-6
Protecting the Integrity of Your Workspace . . . . . . . . . . . . . . . 10-6
Ensuring Data Consistency . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10-7
Defining MATLAB Commands as Input Cells . . . . . . . . . . . 10-8
Defining Cell Groups . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10-8
Defining Autoinit Input Cells . . . . . . . . . . . . . . . . . . . . . . . . . 10-10
Defining Calc Zones . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10-10
Converting an Input Cell to Text . . . . . . . . . . . . . . . . . . . . . . 10-11
Evaluating MATLAB Commands . . . . . . . . . . . . . . . . . . . . . 10-12
Evaluating Cell Groups . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10-13
vii
Evaluating a Range of Input Cells . . . . . . . . . . . . . . . . . . . . . 10-14
Evaluating a Calc Zone . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10-14
Evaluating an Entire M-Book . . . . . . . . . . . . . . . . . . . . . . . . . 10-15
Using a Loop to Evaluate Input Cells Repeatedly . . . . . . . . . 10-15
Converting Output Cells to Text . . . . . . . . . . . . . . . . . . . . . . . 10-16