ConeCutter.m
Version 1.0 (4.01 KB) by
Steve Lenk
Plane cuts cone and makes conics in an interactive 3-D manner.
%
% ConeCutter.m, December 26, 2023
%
% Copyright 2023 Steve Lenk
% Run and display ConeCutter or reuse ConeCutter code as needed.
% Attribution is always nice, but not necessary.
%
% ConeCutter is a toy. Please enjoy.
% ConeCutter is not for commercial use.
%
% Plane cuts cone and makes conics in an interactive 3-D manner.
%
% Tested in MATLAB 2019b on macOS
%
% version = 1.0;
% versiondate = December 26, 2023;
% author = Steve Lenk;
%
% ConeCutter use:
%
% Invoke in command window with ConeCutter<cr>
%
% Use <cr> in command window to rotate plane
% New conic section will show in about one second or less
%
% Use mouse to change cone and plane viewing angle
%
% Use ^c in command window to exit
%
% Limitations: Bottom of cone can truncate some conic sections
% MATLAB figure window menus are complex YMMV
%
% All in one file for view/copy/reuse convenience
%
Cite As
Steve Lenk (2024). ConeCutter.m (https://www.mathworks.com/matlabcentral/fileexchange/156891-conecutter-m), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2019b
Compatible with any release
Platform Compatibility
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0 |