publishSGPDF

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

just publishes the VLFL_EXP## files to save time in the current directory



See Also: VLFL_Toolbox_test

Example Illustration

 missing image of publishSGPDF (nrs)

Syntax

publishSGPDF([nrs])

Input Parameter

nrs: sequence of numbers; default is 1:80




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)

This algorithm is a MATLAB function named publishSGPDF from the SG-Library, designed to publish specific files in a specified format. Below is a detailed explanation of the algorithm and its parameters.

Input Parameters

Algorithm Steps

  1. The function publishSGPDF is called with optional input parameters, which are processed using getfuncparams to determine the sequence of numbers (nrs) to be used. If no input is provided, the default sequence is 1 to 80.
  2. The variable form is set to 'html', indicating the format in which the files will be published.
  3. An empty statement workdir;; is present, which seems to be a placeholder or a typo, as it does not perform any operation.
  4. A loop iterates over each number in the nrs sequence:

The function is designed to automate the process of publishing a series of files in a specified format, with default behavior and error handling mechanisms in place.

Algorithm explaination created using ChatGPT on 2025-08-18 22: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