代码搜索:MathWorks
找到约 4,523 项符合「MathWorks」的源代码
代码结果 4,523
www.eeworm.com/read/403805/11509106
mk chirp0.mk
# Copyright 1994-2002 The MathWorks, Inc.
#
# File : grt_vc.tmf $Revision: 1.71 $
#
# Abstract:
# Real-Time Workshop template makefile for building a WindowsNT-based
# stand-al
www.eeworm.com/read/347866/11629796
ps oscar_roma.ps
%!PS-Adobe-2.0
%%Creator: MATLAB, The Mathworks, Inc.
%%Title: Oscar_Roma.ps
%%CreationDate: 10/13/2004 12:58:04
%%DocumentNeededFonts: Helvetica
%%DocumentProcessColors: Cyan Magenta Yellow Black
%
www.eeworm.com/read/259886/11759791
m nnsample.m
%NNSAMPLE Sample Training Session
% Copyright 1994-2002 PWS Publishing Company and The MathWorks, Inc.
% $Revision: 1.3 $ $Date: 2002/04/14 21:26:25 $
figure(gcf)
clf;
echo on
clc
%
www.eeworm.com/read/154209/11982921
m subsref.m
function ans = subsref(obj,s)
%SUBSREF Method for fdax object
% Author: T. Krauss
% Copyright (c) 1988-98 by The MathWorks, Inc.
% $Revision: 1.3 $
if strcmp(s(1).type,'()')
obj =
www.eeworm.com/read/154209/11982924
m setpos.m
function setpos(obj,fig)
%SETPOS Set positions of axes objects
% Author: T. Krauss
% Copyright (c) 1988-98 by The MathWorks, Inc.
% $Revision: 1.2 $
ud = get(fig,'userdata');
% compu
www.eeworm.com/read/154209/11982927
m subsasgn.m
function obj = subsasgn(obj,s,rhs);
%SUBSASGN Method for fdax object
% Author: T. Krauss
% Copyright (c) 1988-98 by The MathWorks, Inc.
% $Revision: 1.3 $
if (isa(rhs,'fdax') & strcmp(
www.eeworm.com/read/154209/11982929
m get.m
function ans = get(obj,prop)
%GET Method for fdax object
% Author: T. Krauss
% Copyright (c) 1988-98 by The MathWorks, Inc.
% $Revision: 1.3 $
obj = struct(obj);
if ~iscell(prop)
www.eeworm.com/read/154209/11982950
m subsref.m
function ans = subsref(obj,s)
%SUBSREF Method for fdline object
% Author: T. Krauss
% Copyright (c) 1988-98 by The MathWorks, Inc.
% $Revision: 1.3 $
if strcmp(s(1).type,'()')
obj
www.eeworm.com/read/154209/11982953
m subsasgn.m
function obj = subsasgn(obj,s,rhs);
%SUBSASGN Method for fdline object
% Author: T. Krauss
% Copyright (c) 1988-98 by The MathWorks, Inc.
% $Revision: 1.3 $
if (isa(rhs,'fdline') & str
www.eeworm.com/read/154209/11982955
m get.m
function ans = get(obj,prop)
%GET Method for fdline object
% Author: T. Krauss
% Copyright (c) 1988-98 by The MathWorks, Inc.
% $Revision: 1.3 $
obj = struct(obj);
if ~iscell(prop)