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 > vec2var
vec2var
Transform a vector of double into a scilab variable
Syntax
var = vec2var(vec)
Module
Arguments
vec: input parameter. A vector of real numbers.
var: output parameter. Can be any types of Scilab objects.
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 register of real parameters (rpar) and with the discrete state register (z).
var = vec2var(vec)
Comments
Add a comment:
Please login to comment this page.