How to calculate the perimeter of a polygon without using built-in function in matlab
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
ha ha
el 18 de Mayo de 2019
Comentada: madhan ravi
el 20 de Mayo de 2019
clear;clc;
P = [1 1 ;1 2; 2 1 ; 3 1 ;3 5 ; 4 2 ; 4 3 ; 4 4 ; 2 4 ; 1 4 ; 1 3 ];%the original is not in order (random)
% How to calcute the perimeter of boundary from this 2D data?
1 comentario
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Data Distribution Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!