02-15-2018 05:42 AM
Hi, I am wondering how I can reduce the Map input shown below. I can successfully increase the size of it but I cannot find the way of reducing its size (number of Rows and Columns) . Thanks in advance.
Solved! Go to Solution.
02-15-2018 06:05 AM
Hi Roberto,
how I can reduce the Map input shown below.
Reduce in which way?
To show less elements on the frontpanel you can grab the array border and make the array indicator smaller. This only reduces the visible area of the array…
02-15-2018 06:12 AM
if i assume correctly you have a 2D-array-control, use a property node and set "NumCols" and "NumRows", that changes the displayed 2d-array
02-15-2018 06:15 AM
hi, yes I tried that way but I want to reduce the actual area of the array. For example if the original array is 50x50 I would like it to be 40x40. If I do what you just said I will be able to see a smaller array but it is still 50x50.
02-15-2018 06:16 AM
see the last frame of my snippet, the function's name is "Reshape Array"
02-15-2018 07:09 AM
02-15-2018 07:12 AM
gerdw is right, if you want to have like the "middle portion", the "reshape array" will not give you that