myobjectname.m

来自「Sparse Estimation Algorithms by Blumensa」· M 代码 · 共 21 行

M
21
字号
function  out = MyObjectName(SubSet)% MyObjectName linear operator class constructor% operator_property1 = Some property (e.g. size of operator)% operator_property2 = Some other property (e.g. random subset of a matrix)  %% Copyright (c) 2007 Thomas Blumensath%% The University of Edinburgh% Email: thomas.blumensath@ed.ac.uk% Comments and bug reports welcome%% This file is part of sparsity Version 0.1% Created: April 2007%% Please read COPYRIGHT.m for terms and conditions.      out.adjoint = 0;       out.SubSet  = SubSet;  %     Create the Object      out = class(out,'MyObjectName');

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?