⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 iscurve.m

📁 三谱混合相位子波估计!! 这是我的一篇文章所涉及到的matlab 源代码
💻 M
字号:
function bool=iscurve(wlog,mnem)
% Returns logical(1) if mnem is a curve mnemonic in log structure "wlog"
% and logical(0) otherwise
% Written by: E. R.: December 17, 2003
% Last updated:
%
%         bool=iscurve(wlog,mnem)
% INPUT
% wlog    log structure
% mnem    curve mnemonic
% OUTPUT
% bool    boolean variable; set to logical(1) if mnem is a curve mnemonic in 
%         log structure "wlog" and logical(0) otherwise

[dummy,ierr]=curve_index1(wlog,mnem);

bool=~ierr;


⌨️ 快捷键说明

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