Saving Data to a SRC file

조회 수: 3 (최근 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에서 Number Theory에 대해 자세히 알아보기

태그

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by