Question: plotting matrix

Hi everybody,

I have a matrix A=[a[ij]]    MXM,

two vectors    X=[x[i]]    Mx1       and    Y=[y[i]]      Mx1  

I want to plot the following

1) 

                             a[11] with x[1] and y[1]

                             a[21] with x[2] and y[2]

                              .

                              .

                              .

                              a[M1] with x[M] and y[M]

2) Also, I want to plot 

                             a[11] with x[1] and y[1]

                             a[12] with x[2] and y[2]

                              .

                              .

                              .

                              a[1M] with x[M] and y[M].

Thanks for all

Please Wait...