You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
|
if gt(Bckg_Chro,1) |
|
|
|
% f = figure('Position', [100 100 752 250]); |
|
t = uitable('Parent', Table1, 'Position', [25 50 700 200], 'Data', Bckg_Chro) |
|
|
|
else |
|
|
|
% f = figure('Position', [100 100 752 250]); |
|
t = uitable('Parent', , 'Position', [25 50 700 200], 'Data', Bckg_Chro) |
|
|
|
|
|
|
|
|