amazon

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - Auxiliary function
Introduced first in SolidGeometry 5.2, Creation date: 2022-06-03, Last change: 2025-09-15

just opens the website of this company

Description

In order to avoid the distraction of unwanted marketing and advertising by both operating system vendors and browser manufacturers as well as the companies themselves, I have written a series of functions that call relevant WWW pages directly from Matlab
These functions will not be part of the SG-Lib, as they provide information about my personal way of working and my current research activities. The SG-Lib should help other people to pursue their own ideas and not my ideas.

See Also: , amazoncode2link , amazonlink2code

Example Illustration

 missing image of amazon(searchterms)

Syntax

amazon([searchterms])

Input Parameter

searchterms: string for search

Examples


amazon
amazon Motor N20




Copyright 2022-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 amazon, is designed to open the Amazon website with a specific search query directly from MATLAB. It is part of a series of auxiliary procedures created to streamline web access without the interference of advertisements.

Input Parameters

Algorithm Steps

  1. The function begins by converting the input arguments (varargin) into a single string using the helper function cell2str.
  2. It checks if the resulting string s is empty:
  3. The constructed URL is then opened in the default web browser using the web function.
  4. If there is an output argument requested, the function assigns the search terms to varargout{1}.

Example Usage

Algorithm explaination created using ChatGPT on 2025-08-19 07:50. (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