15 lines
393 B
Matlab
15 lines
393 B
Matlab
function setParameters(tr, type, k, p)
|
|
% SETPARAMETERS Set the parameters.
|
|
% setParameters(tr, type, k, p)
|
|
% Set parameters of the :mat:func:`Transport` instance.
|
|
% Not defined for all transport types.
|
|
%
|
|
% :param tr:
|
|
% Instance of class :mat:func:`Transport` (or another
|
|
% object derived from Transport)
|
|
% :param type:
|
|
% :param k:
|
|
% :param p:
|
|
%
|
|
|
|
v = trans_get(tr.id, 31, type, k, p);
|