next up previous contents index
Next: 3.2.4 Synchronism Up: 3.2 Using the Metanet Previous: 3.2.2 Showing arcs and

  
3.2.3 Managing Metanet windows

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.


next up previous contents index
Next: 3.2.4 Synchronism Up: 3.2 Using the Metanet Previous: 3.2.2 Showing arcs and
Scilab Group