fobs_typ.m

来自「it is a source code from internet」· M 代码 · 共 12 行

M
12
字号
function i = fobs_typ(Obs_types, type)
%FOBS_TYP Returns column i of the observation matrix
%   	    which contains observation type "type"

%Kai Borre 03-21-97
%Copyright (c) by Kai Borre
%$Revision: 1.0 $  $Date: 1997/09/26  $

s = findstr(Obs_types, type);
i = (s+1)/2;
%%%%%%%%%%%%%% end fobs_typ.m  %%%%%%%%%%%%%%%%%%%%%%%%5

⌨️ 快捷键说明

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