How can I create a script to transform a worksheet in a matrix and them plot using the CMAP template. I erote the following script but it don´t works properly.
[main]
// Chama de H o worksheet a ser transformado mat.wksname$=%H;
// Cria uma nova matriz win -t mat; mat.matname$=%H;
// Converte o worksheet para a matrix usando DIRECT convertion mat.w2m( );
// Configura a dimensão da matriz matrix -ps X 2 25; matrix -ps Y 1 4;
// Cria um novo gráfico de COLOR MAP win -t plot CMAP Teste1;