SDT-base
Contents  
Functions  
 
 PDF Index |
PurposeIndexing utilities
(sdtu.idx.pile)= — sdtu.idx.pile add file to delayed indexing pile
Sample call sdtu.idx.pile(struct('do','now'),'sdtu.md')
(sdtu.idx.msdt)= — sdtu.idx.msdt analyses the _taglist of .m files
The initial _taglist is still supported xxx - xxx add context tag Popup xxx
(DocString)= The DocString can be used to specify a number of context information - DocString module=base,srcFile - module can be used to specify the target information directory (HTML help will be located in @sdt/help/module and/or @sdt/helpj/module, PDF will be called @sdt/help/module.pdf) - srcFile is used to specify documentation/project source files explicitly. - STX xxx - INP map of input argument descriptions. If not given, SDT will look in the main documentation index for variable entries such as model, def, Case, j1, jPar ... - OUT map of output argument descriptions.
%{
```DocString {module=base} -2
FindElt: Find list of elements from element selection string
```STX
[eltind,elt]=feutil('findelt ...',model);
[eltind,elt]=feutil('findelt ...',model,RO);
```INP
cmd (STX.CMD+FindElt): string with 'findelt' followed by element selectors using @STX.FindElt format
model (model): SDT model in which elements are seeked
RO (RO?): Optional argument providing command options as name/value pairs using a MATLAB structure
```OUT
eltind (EltInd): Indices of selected elements in the element description matrix
elt (Elt): Description matrix of selected element
```TEST
sdtweb _taglistnoj cdm
```EXAMPLE
xxx
%}
%% \#tag comment up to end
See sdtweb _textag 'Coding style'