startup.m

来自「OPENCV系列的」· M 代码 · 共 23 行

M
23
字号
% Main camera calibration toolbox:

%calib_gui;

%calib_gui;


if exist('D:\users\jy\matlab\'),
   cd('D:\users\jy\matlab\');
   disp('Computer used: J-Y''s desktop computer')
else
   if exist('C:\People\jy\matlab\'),
      cd('C:\People\jy\matlab\');
      disp('Computer used: J-Y''s laptop computer')
   else
      %%% Probably, J-Y is not the user 
   end;
end;

path(pwd,path);

format compact

⌨️ 快捷键说明

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