Hello all,
I was trying to print out intermediate matrix results in order to debug my Mata function. But I failed to find an appropriate built-in function. It seems that printf() can only print out scalar values. Is there another function to use? If not, how would you usually debug your codes in Mata?
Thank you in advance!
I was trying to print out intermediate matrix results in order to debug my Mata function. But I failed to find an appropriate built-in function. It seems that printf() can only print out scalar values. Is there another function to use? If not, how would you usually debug your codes in Mata?
Thank you in advance!
Comment