plotthem.m

来自「一个很好用的摄像机标定程序」· M 代码 · 共 15 行

M
15
字号
function plotErrs( errs, flerrs, u0errs, v0errs, b1errs, b2errs )subplot( 6, 1, 1 );plot( errs );subplot( 6, 1, 2 );plot( flerrs );subplot( 6, 1, 3 );plot( u0errs );subplot( 6, 1, 4 );plot( v0errs );subplot( 6, 1, 5 );plot( b1errs );subplot( 6, 1, 6 );plot( b2errs );

⌨️ 快捷键说明

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