This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How could I draw the plot of 2-D matrix in CCS and visualize it?

Hello:

    I have a very important question.

    I need to use C6713 and CCSv5 for digital image processing application.   Since digital image processing requires manipulation of 2-D vectors, I need to check whether the 2-D vector contains the data which are correct or not.

 

   In matlab, I can check the 2-D vector values by using various plots like:

(this is a vector kernal containing 2d Gaussian distributed data)

 

(this is to visulize this vector with matlab plot).

 

But I need to use CCSv5 and C programming to defining and manipulating the 2-D vector.  But I could only check the vector content like below:

 

(I can only check row by row).

 

Could you please tell me how to use CCS graph tools to visualize or check the vectors with similiar perspective as matlab?

 

This is a very important problem for me since I need to frequently check the vector content to make my image processing modules successful.

 

Thank you very much!

 

yu