The netwindow function is used to change the current Metanet window . For instance netwindow(2) chooses Metanet window number 2 as the current Metanet window.
The netwindows function returns a list. Its first element is the row vector of all the Metanet windows numbers and the second element is the number of the current Metanet window. This number is equal to 0 if no current Metanet window exists.
In the following example, there are two Metanet windows with numbers 1 and 3 and the Metanet window number 3 is the current Metanet window.
-->netwindows()
ans =
ans(1)
! 1. 3. !
ans(2)
3.