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.
ccs如何引用matlab产生的一组数据,然后对这组数据进行操作?
CCS的程序可以用C语言编写,直接用fread之类的函数读文件即可~
可以将数据排列成ccs中保存下来的数据格式,然后将数据通过ccs load到相应的memory;
也可将数据保存为文本格式,在ccs中使用#include方式将其赋值给相应的数组,这种方式对应标准c是通用的。