mtimes.m

来自「实现地震勘探中」· M 代码 · 共 16 行

M
16
字号
function ds=mtimes(i1,i2)% Multiply a dataset with another dataset or with a constant%% Written by: E. R.: August 7, 2006% Last updated: December 7, 2006: Add handling of PDF's%%       ds=mtimes(i1,i2)% INPUT% i1   PDF or constant% i2   PDF or constant%      At least one of the two operands is a PDF.% OUTPUT% ds   i1*i2ds=moperation(i1,i2,'*');

⌨️ 快捷键说明

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