Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

siogetvariable

Emit an value of variable to web browser.

Syntax

  • siogetvariable(variable_name)

Input argument

  • variable_name - a string: name of variable

Description

siogetvariable send value of a variable to web browser.

Example

A = eye(3, 3); siogetvariable('A')

History

VersionDescription
1.0.0initial version

Author

Allan CORNET