next up previous contents
Next: control_print_plotmtv index switch Up: Input: data part Previous: control_print_history index data_item_name_0 data_item_index_0   Contents

control_print_matlab index switch

Print x in x.index. Print y in y.index. Print z in z.index. Also the primary unknowns are printed; by example, print -temp in temp.index. Furthermore, also data generated by post_calcul is printed.

Use matlab (a trademark of The MathWorks, Inc.) to plot. By example, if you want to plot temperatures after a 3D calculation with control_print_matlab 100 -yes, then do in matlab the following:


load x.100
load y.100
load z.100
load temp.100
fill3(x,y,z,temp)



root
1998-11-16