dyadic.m
来自「一个强大的统计模式识别工具箱」· M 代码 · 共 17 行
M
17 行
%DYADIC Dyadic datafile operations
%
% C = DYADIC(A,P,B,Q)
%
% Computes C = P*A + Q*B
%
% This datafile operation is, like others, either stored as
% a preprocessing or as a postprocessing for datafiles using
% a call to DYADICM.
%
% Note that in P a function name can be stored and in Q a cell
% array with a set of parameters. In that case effectively
% feval(p,a1,a2,q{:}) will be executed inside DYADICM.
%
% SEE ALSO
% DATAFILES, DYADICM
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?