meiyan wrote:
怎样分别在两个waveform chart 里显示同一个.txt 里的两组不同数据
您是要将同一个.txt 里的两组不同数据, 一组在第一个waveform chart 里显示, 另一组在第二个waveform chart 里显示?
最主要的是什么格式的波形数据。有了这些信息,然后决定是如何读取它转化为展示用途。
请上传您的数据文件.
The main thing is about what format is the waveform data. With that information, it is then decide how to read it in and transform it for displaying purposes.
For tab-delimited text file, please refer to this discussion
Hi Meiyan,
If you read my previous reply, you should already got the idea on how to read tab-delimited data and convert them to array.
What you need to do is...