Question: How to convert storage type from table to array?

Hi!

I get the result which was stored in table, such as:

m:=table([1=[151,153,155,160],2=[157,152,153,150],3=[161,158,152,156]])

I can't export it to excel, because the type of m is table, the export  instruction must be array or matrix.

Please help me, Thank you!

Please Wait...