5 %> @param flag_msg=1 Whether to alarm about incompatible dataset
11 if nargin < 1 || isempty(flag_msg)
20 irerror('Dataset not specified!');
27 data = evalin('base', [sdata, ';']);
29 % Makes a dataset with the removed rows
30 blk = handles.remover;
34 irerror(sprintf('Selected dataset has an incompatible number of rows: actual: %d; expected: %d', data.no, blk.no));
42 map_out(blk.map) = [];
43 dsin = data.map_rows(blk.map);
44 dsout = data.map_rows(map_out);
46 FONTSIZE = 15; %
#ok<*NASGU>
49 axes(handles.axes2); %#ok<*MAXES>
52 title(
'Rows remaining');
57 title(
'Rows removed');
function send_error(in ME)
Visualization - All curves in dataset.
function orhistgui_find_handles()
function listbox_get_selected_1stname(in h_listbox)
function orhistgui_view2(in flag_msg)
function orhistgui(in varargin)