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
|
| cscattributes(varargin) |
function h = cscattributes(varargin)
%CSCATTRIBUTES Class instantiation function (for MemMap.cscattributes).
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 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.cscattributes;
h.MemMap_cscattributes_Constructor(varargin{:});
|
|
Contact us at files@mathworks.com