test_lamda.m
来自「摄像机圆球标定程序(包括SDP,DSDP,IDC,DIDC,ALG,DALG六种」· M 代码 · 共 9 行
M
9 行
function [ output_args ] = Untitled1( input_args )%UNTITLED1 Summary of this function goes here% Detailed explanation goes hereo1=40*pi/180;o2=[5*pi/180:pi/180:50*pi/180];o3=[5*pi/180:pi/180:50*pi/180];[o2,o3]=meshgrid(o2,o3);v=f(o1,o2,o3);plot3(o2,o3,v)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?