Scilab 6.0.0
- Aide de Scilab
- Xcos
- Fonctions utilitaires Scilab
- %MODELICA_USER_LIBS
- block_parameter_error
- xcosAddToolsMenu
- xcosUpdateBlock
- buildouttb
- getModelicaPath
- importXcosDiagram
- loadScicos
- loadXcosLibs
- scicos_debug
- scicos_getvalue
- scicos_log
- standard_inputs
- standard_origin
- standard_outputs
- var2vec
- vec2var
- xcosPal
- xcosPalAdd
- xcosPalAddBlock
- xcosPalDelete
- xcosPalExport
- xcosPalGenerateAllIcons
- xcosPalMove
Aide de Scilab >> Xcos > Fonctions utilitaires Scilab > var2vec
var2vec
Transform a scilab variable into a vector of double
Syntax
vec = var2vec(var)
Module
Arguments
var: input parameter. Can be any types of Scilab objects.
vec: output parameter. A vector of real numbers.
Description
var2vec / vec2var functions are used inside the interfacing functions of Scilab blocks to give the possibility to the user to handle Scilab objects with the real parameter (rpar) and with the discrete state register (z).
vec = var2vec(var)
Comments
Add a comment:
Please login to comment this page.