SGlib

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - CODING/DEVELOP
Introduced first in SolidGeometry 4.7, Creation date: 2019-06-29, Last change: 2025-08-18

simply opens the WWW pages SGlib.org and Matlab central

Example Illustration

 missing image of SGlib

Syntax

SGlib

Examples

Just try SGlib



Copyright 2019-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 MATLAB function, named SGlib, is designed to open specific web pages related to the SG-Library and MATLAB Central. It is a user interface function introduced in SolidGeometry version 4.7 by Tim Lueth.

Input Parameters

The function SGlib does not take any input parameters. It is executed without arguments.

Function Workflow

  1. The function defines a URL string url with the value 'http://sg-lib.org'.
  2. It uses the web function to open this URL in the default web browser with the option '-browser'.
  3. Another web function call opens the MATLAB Central File Exchange page for the SG-Lib MATLAB toolbox in the default web browser.
  4. The function openbydoubleclick is called with a file path as an argument. This function is likely intended to open a specific file or directory, but its implementation is not provided in the code snippet.
  5. The function VLFLlicense is called, which is presumably a function related to licensing, but its implementation is not provided in the code snippet.

Assumptions

Output

The function does not return any output. Its primary purpose is to open web pages and possibly perform actions related to file opening and licensing.

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