Hi,
suppose we have trivial code:
---
matrix foo = zeros(2,2)
print foo
---

The obvious result is:
---
foo (2 x 2)

   0   0
   0   0
---

But is it possible to get only the numbers (without foo (2 x 2))?

Regards,
Marcin

<<attachment: marcin.vcf>>

Reply via email to