docTL

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - CODING/DEVELOP
Introduced first in SolidGeometry 5.3, Creation date: 2023-03-07, Last change: 2025-09-15

same as original fnct but deployable



See Also: commandwindowTL , opentolineTL , webTL , editTL

Example Illustration

 missing image of docTL(params)

Syntax

docTL([params])

Input Parameter

params: same as original function




Copyright 2023-2025 Tim C. Lueth. All rights reserved. The code is the property of Tim C. Lueth and may not be redistributed or modified without explicit written permission. This software may be used free of charge for academic research and teaching purposes only. Commercial use, redistribution, modification, or reverse engineering is strictly prohibited. Access to source code is restricted and granted only under specific agreements. For licensing inquiries or commercial use, please contact: Tim C. Lueth

Algorithm (Workflow)

The function docTL is a wrapper for the MATLAB doc function, designed to be deployable. It is part of the SolidGeometry library, version 5.3, and was created by Tim C. Lueth in March 2023.

Input Parameters

Function Workflow

  1. The function begins by checking if the code is running in a deployed application using the isdeployed function.
  2. If the application is not deployed (~isdeployed), the function calls the MATLAB doc function with the provided arguments (varargin{:}).
  3. If the application is deployed, the function does nothing, effectively bypassing the doc call.

Additional Information

The function is part of a set of auxiliary procedures in the VLFL-Lib and is related to other functions such as commandwindowTL, opentolineTL, webTL, and editTL.

Algorithm explaination created using ChatGPT on 2025-08-18 21:56. (Please note: No guarantee for the correctness of this explanation)

Last html export of this page out of FM database by TL: 2025-09-21