
%-----------------------------------------------------------------
function  saveTableValues(h,val)
%  DEHILITE__ANCESTORS
%  This function will dehilit the anscestors of the model
%  associated with the Diagnosctiv Viewer
%  Copyright 1990-2004 The MathWorks, Inc.
 
%
javaWindow = h.jArrayEditorWindow;
%table = javaWindow.getTable;
%noCol = table.getColumnCount;
%noRow = table.getRowCount;
%disp(noCol)
%disp(noRow)
%val = table.getValueAt(1, 1);
%for i = 1:noRow
%  for j = 1:noCol
%    val = table.getValueAt(1, 1);
%  end
%end;
disp('inside set values')
%------------------------------------------------------------------------------
 
