ContentsIndexReferenceHome
PreviousUpNext
pdfOpen
MATLAB
pdfOpen(fileName,sectName)
Description

Function to open a pdf document and display the page referred to by a named destination in the document. If sectName is not specified, the Matlab function open is used. If used to open any of the user's guides for the scaling code toolboxes, a prefix is required on the function name. An 's' will link to the section in the main part of the document and a prefix of 'm' will link to the section in the Appendix.

Parameters
Parameters 
Description 
fileName [string] 
File name with full or relative path information. May contain section name (see example below) 
sectName [string] 
(Optional) Name of destination in pdf document 
Examples

>> pdfDoc = fullfile(EngagementToolsPath(-1),'doc','EngagementToolsUserGuide.pdf') 

>> pdfOpen(pdfDoc,'GeomStruct') 

  • Open EngagementTools User Guide and go to section for GeomStruct
>> pdfOpen([pdfDoc '#mGeomStruct']) 

  • Input file name contains section information and links to the Appendix
 

Group
Made with Doc-O-Matic.
Copyright (c) 2009. All rights reserved.
What do you think about this topic? Send feedback!