📄 myobjectname.m
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -