Saving Data to a SRC file
조회 수: 3 (최근 30일)
이전 댓글 표시
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
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Number Theory에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!