Saving Data to a SRC file

2 次查看(过去 30 天)
Andrew Luce
Andrew Luce 2019-6-24
I'm using a dispense printer that accepts SRC files for coordiantes. I want to save the data from a string array and I have some text I need to add to the end of the file for calibration. I want to create the file and save the data/text to it. I've tried using the save function save(FileName,'Data','text') but when I open it up with notepad and the printer its random symbols (this happened when I saved is as a text file as well)
Data= "Dot Dispense,4,3,0"
"Dot Dispense,3,1,0"
"Dot Dispense,5,9,0"
"Dot Dispense,0,8,0"
Text= '[option]
isGray=255
colorR=0
hasDrop=0
gap_spline=0.01.... '

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

标签

产品


版本

R2019a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by