Saving Data to a SRC file

4 views (last 30 days)
Andrew Luce
Andrew Luce on 24 Jun 2019
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.... '

Answers (0)

Tags

Products


Release

R2019a

Community Treasure Hunt

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

Start Hunting!