How do i get curvature values?

I am new to matlab. trying to get the curvature of my plot with the txt file (Has z,x,y axis). opened the 2D line curvature link, saved and opened as .m After that error prompted duplicate name, hence function name changed to LineCurvature2D1 instead of .m file name. when i run, command window only shows LineCurvature2D. How do i get the series of curvature number for my txt file?

답변 (1개)

KSSV
KSSV 2018년 11월 2일

0 개 추천

Vertices =load(''D:\Matlab\315 Big.txt');
Vertices(:,1) = [] ; % because all zeros
k=LineCurvature2D(Vertices) ;

카테고리

도움말 센터File Exchange에서 Vehicle Dynamics Blockset에 대해 자세히 알아보기

태그

질문:

2018년 11월 2일

답변:

2018년 11월 2일

Community Treasure Hunt

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

Start Hunting!

Translated by