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.
if I define a[8],Whether I can export the data in a[8] from RAM,Tell me how to deal with it .By the way ,I use TMS320f28335.Expect your reply....
Thanks for your reply.
if I want to save 32-float data.I should chose to save it as EXCEL,M-file or others?Opened with Notepad is garbled。Because I need to export the drawing using MATLAB floating-point observation。Please tell me how to deal with it.
Thanks for your reply.
if I want to save 32-float data.I should chose to save it as EXCEL,M-file or others?Opened with Notepad is garbled。Because I need to export the drawing using MATLAB floating-point observation。Please tell me how to deal with it.
The memory save utility I mentioned supports binary, data or coff formats. If you want CSV format to import into Excel, I would suggest using the data format and then maybe write some simple script to convert the data format to CSV.