showmethedemos.m

来自「是一个在matlab下的机器人运动仿真的软件」· M 代码 · 共 19 行

M
19
字号
% This demo file will just load 4 demo CAD files.
%
disp('This demo will load 4 files to show some sample CAD to Matlab conversions')
disp(' ')
disp('Loading first demo file, just a bar with some holes:')
cad2matdemo('link1.stl')
disp(' ')
disp('Loading second demo file, a hook:')
cad2matdemo('hook.stl')
disp(' ')
disp('Loading third demo file, mouse cover:')
cad2matdemo('cap.slp')
disp(' ')
disp('Loading forth demo file, a sprocket:')
cad2matdemo('sprocket.slp')
disp(' ')
disp('Demos all done, try making a STL file, and load it in matlab with:')
disp('cad2matdemo(''yourfile.stl'')')

⌨️ 快捷键说明

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