from
Address Specific Parameter Custom Storage Class
by Richard Ruff
MemMap: A custom storage class that allows the user to specify the memory addresses of parameters in
|
| Parameter(varargin) |
function h = Parameter(varargin)
%PARAMETER Class instantiation function (for MemMap.Parameter).
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% NOTE:
% - This file was automatically generated by the Simulink data class designer.
% - Hand modification of this file is not recommended as this will prevent
% the associated package from being automatically regenerated in the future.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% - Generated on: 26-Jan-2007 17:42:19
% - MATLAB version: 7.3.0.267 (R2006b)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Copyright 1994-2007 The MathWorks, Inc.
% $Revision: $ $Date: $
%%%% Instantiate class
h = MemMap.Parameter;
h.MemMap_Parameter_Constructor(varargin{:});
|
|
Contact us at files@mathworks.com