rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules Pages
plot_element_data_sequence.m
1 function plot_element_data_sequence(grid,data,plot_params)
2 %function plot_element_data_sequence(grid,data,plot_params)
3 % plot of a sequence of element_data on the given grid (constructed
4 % if empty). performs simple call of plot_data_sequence.
5 
6 % Bernard Haasdonk 9.5.2007
7 
8 error('deprecated! to be replaced by discfunc//common//plot_sequence!!')
9 
10 plot_params.plot_function = 'plot_element_data';
11 plot_data_sequence(model,grid,data,plot_params);
12