reconstruction of a space curve from curvature and torsion

Version 1.0.0 (1.96 KB) by Lei Xu
It uses Runge-Kutta method for solving ODE and thus purely numerical.
126 Downloads
Updated 13 Feb 2019

View License

% Usage: curve = naturalCurveD(k,t,isplotted)
% Input variable:
% k(kappa) - Curvature, which can be a single value or a
% vector
% t(tau) - Torsion, which can be a single value or a vector
% isplotted - binary value specifying whether the reconstructed
% curve is plotted or not.
% Output variable
% curve - Reconstructed curve

Cite As

Lei Xu (2024). reconstruction of a space curve from curvature and torsion (https://www.mathworks.com/matlabcentral/fileexchange/70276-reconstruction-of-a-space-curve-from-curvature-and-torsion), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2017b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Numerical Integration and Differential Equations in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0