Frequency Domain Identification Toolbox
  Go to function:
    Search    Help Desk 
fnamanal    Examples

Syntactic analysis of filenames, splitting filenames to names and extensions, assigning default extension to filenames. This routine is used internally by other functions of the toolbox.

Syntax

Description

fnamanal analyzes the filename given in filename, puts the filename without extension into fnamsh, and the extension to ext. If stext is given (standard extension), and the filename has no extension, the standard one will be appended (preceded by a period) to the filename. The complete filename is given in nfilename.

Examples



[ Previous | Help Desk | Next ]