depprofile.m

来自「MDPSAS工具箱是马里兰大学开发的」· M 代码 · 共 19 行

M
19
字号
function B = depprofile(A)% depprofile.m Produce a scalarfield corresponding to the deposition%              profile of a rxnmodel solution. Called as%%              B = depprofile(A)%% INPUT PARAMETERS%%              A : an rxnmodel object%% OUTPUT PARAMETERS%%              B : a scalarfield objectunpack(A)B = xC;

⌨️ 快捷键说明

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