필터 지우기
필터 지우기

Code that calculate possible combination of vertices to form triangle from the generated 20 by 2 matrix.

조회 수: 2 (최근 30일)
Dear Matlab users, I need your help to writ Code that calculate possible combination of vertices to form triangle from the generated 20 by 2 matrix and code that calculate perimeter of a triangle using the matrix. I write the following code that generate x y coordinates of 20 by 2 matrix for 20 points.
coordinates = 50+(50)*rand(20,2);
Thank you very much in advance.

채택된 답변

John D'Errico
John D'Errico 2018년 8월 28일

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Matrices and Arrays에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by