?? pospart.m
字號:
function H=pospart(A);% % function H=pospart(A); % % returns the positive realvalued part of A%% input: A ... matrix% output: H ... matrix of same size as A%% last modified: GM, 11.9.1997%H=real(A).*(real(A)>0);
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -