How to get the print(paper) of a txt file using matlab command?

I am developing a smart scale system which detects the object(fruits), measures its weight and calculates the price. I am writing these details to a text file. I want to take the printout of these details either from the text file or directly(with out making the text file) with HP laserjet 1015 printer.

Answers (2)

Try
system('copy YourFileNameHere.txt lpt1:')
This will probably not work directly if the printer is a networked printer rather a local printer.
You can create a HTML page by adding the small header and footer. Then FEX: Print with Internet Explorer helps to send the contents to the printer. Even a nice(r) formatting is possible.

Categories

Asked:

on 8 Dec 2012

Community Treasure Hunt

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

Start Hunting!