makesumsheet

Creates a PDF with addition exercises for children, showing how to connect to Word with actxserver.
278 Downloads
Updated 1 Sep 2016

View License

MAKESUMSHEET(N) creates a PDF file containing 24 addition exercises for children, where the addenda each have N digits. The default is 3.
MAKESUMSHEET(N,NOCARRY) if nocarry is true, the additions will not require any 'carry' operations (in other words no set of digits will sum to greater than 10). The default is false.

MAKESUMSHEET(N,NOCARRY,SMALLRESULT) if smallresult is true, then sum will have the same number of digits as the addenda. The default is false.

MAKESUMSHEET illustrates the use of actxserver to connect MATLAB(R) to
Microsoft(R) Office(R), and the use of replacable comments in a Microsoft(R) Word(R) file as a convenient method of report creation.

Cite As

Sam Roberts (2024). makesumsheet (https://www.mathworks.com/matlabcentral/fileexchange/30577-makesumsheet), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2010b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on MATLAB Report Generator in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.1

Updated license

1.0.0.0