cone.m
来自「通过matlab图形进行欧拉角的演示」· M 代码 · 共 8 行
M
8 行
function [ hCone, hPlate1 ] = Cone( orgin,r,h,dir,n,closed )%CONE Summary of this function goes here% Detailed explanation goes herex=[r 0]';y=[0 h]';[hCone hPlate1 hPlate2]=Revolve(orgin,x,y,dir,n,closed);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?