?? select_observations.m
字號:
function result = select_observations (observations, which)
%-------------------------------------------------------
% plots the vehicle and features, whose coordinates
% appear in features.x, with symbol.
%-------------------------------------------------------
global configuration;
[ix, iy ind] = obs_rows(which);
result.z = observations.z(ind);
result.R = observations.R(ind,ind);
result.m = length(which);
result.ground_id = observations.ground_id(which);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -