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
Version
📄 Description
1.0.0
initial version
Last updated
Was this helpful?