siogetvariable
Emit an value of variable to web browser.
📝Syntax
siogetvariable(variable_name)
📥Input Arguments
Parameter Description
variable_name a string: name of variable
📄Description

siogetvariable send value of a variable to web browser.

💡Examples
A = eye(3, 3); siogetvariable('A')
🕔Version History
Version Description
1.0.0 initial version
Edit this page on GitHub