Question: Change of axis by matrixplot

Good afternoon everybody,

 

I have a question regarding the command matrixplot. I wrote a programm with two input parameters:

v=[seq(0.29+i/100,i=1..8)]

k=[seq(2*i,i=1..50)]*0.5*10^(-15)

 

and I get a matrix [8x50] that I want plot.

The problem with matrixplot is that I get in the axis the number of rows and columns but I would like to put the value of v and k instead of the row/column's number. Someone knows how I can change that?

Best,

ssteve

data1.xlsx

Please Wait...