comparison doc/interpreter/io.txi @ 16214:ee041a93c755 stable

put save functions text after save command
author Michael Godfrey <michaeldgodfrey@gmail.com>
date Thu, 07 Mar 2013 00:51:35 -0500
parents d174210ce1ec
children 70c47da7e02b
comparison
equal deleted inserted replaced
16190:7fe4ea72ba4d 16214:ee041a93c755
176 @end group 176 @end group
177 @end example 177 @end example
178 178
179 @DOCSTRING(save) 179 @DOCSTRING(save)
180 180
181 There are three functions that modify the behavior of @code{save}.
182
183 @DOCSTRING(default_save_options)
184
185 @DOCSTRING(save_precision)
186
187 @DOCSTRING(save_header_format_string)
188
181 @DOCSTRING(load) 189 @DOCSTRING(load)
182 190
183 @DOCSTRING(fileread) 191 @DOCSTRING(fileread)
184
185 There are three functions that modify the behavior of @code{save}.
186
187 @DOCSTRING(default_save_options)
188
189 @DOCSTRING(save_precision)
190
191 @DOCSTRING(save_header_format_string)
192 192
193 @DOCSTRING(native_float_format) 193 @DOCSTRING(native_float_format)
194 194
195 It is possible to write data to a file in a similar way to the 195 It is possible to write data to a file in a similar way to the
196 @code{disp} function for writing data to the screen. The @code{fdisp} 196 @code{disp} function for writing data to the screen. The @code{fdisp}