Hello,
-
Is it possible to extend the
trunc
function with an array region as argument ? It could be useful to writetrunc(Th,region=listRegion
ortrunc(Th,region=[region1,region2]
instead of writing the conditional testregion=region1||region=region2
, specially when the list of regions is long and already computed. -
Why
extract
function can’t directly use an explicit array as argument, something like:extract(Th,label=[1,2])
?
Best regards.