Syntax
editTL([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 editTL
is a wrapper around the MATLAB edit
function, designed to be deployable. It is part of the SolidGeometry library, version 5.3, and was introduced by Tim Lueth in 2023.
Input Parameters
- params: This parameter is the same as the original function's parameters. It is passed to the
edit
function.
Function Workflow
The function begins by checking if the code is running in a deployed application using the isdeployed
function. If the code is not deployed, it calls the edit
function with the provided parameters.
Key Points
- The function is designed to be a deployable version of the
edit
function.
- It uses the
isdeployed
function to determine the execution environment.
- If the environment is not deployed, it executes the
edit
function with the given parameters.
Algorithm explaination created using ChatGPT on 2025-08-18 21:57. (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