Method smodel/setXvals
SETXVALS sets the 'xvals' property of the smodel object.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
DESCRIPTION: SETXVALS sets the 'xvals' property of the smodel object.
CALL: objs.setXvals(val);
objs.setXvals(plist('xvals', val));
objs = objs.setXvals(val);
INPUTS: objs: Can be a vector, matrix, list, or a mix of them.
val: Val can be any of the following types:
- double-vector
- analysis object(s)
- plist with the key 'xvals'
- cell array with the value above
All objects in 'objs' get 'val' as the 'xvals'
Parameters Description
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details |
|
Access |
public |
Defining Class |
smodel |
Sealed |
0 |
Static |
0 |
Parameter Description
Sets for this method … |
Default |
Default |
no description |
Key |
Default Value |
Options |
Description |
setXvals |
XVALS |
{} [0x0] |
none |
A vector of values for the X variables. |
AXIS |
'y' |
|
Chose the axis where to take the data from the ao. |
Example |
plist('XVALS', cell(0,0), 'AXIS', 'y') |
back to top
Some information of the method smodel/setXvals are listed below: |
Class name |
smodel |
Method name |
setXvals |
Category |
Helper |
Package name |
ltpda |
VCS Version |
967b0eec0dece803a81af8ef54ad2f8c784b20b2 |
Min input args |
1 |
Max input args |
-1 |
Min output args |
1 |
Max output args |
-1 |
Can be used as modifier |
1 |
Supported numeric types |
{'double'} |
|
Method: smodel/setXunits |
|
Method: smodel/setXvar |
 |
©LTP Team