problem finding the coordinates of point in stainer tree problem by brute force

조회 수: 1 (최근 30일)
hi
what's wrong with the coding. i want to find the value of 'a' and 'b' for which 'L' is minimum.
>> [m,a,b]=min_length(10:.01:40,5:.01:25)
m =45.7813
a = 40
b = 25
these are not the correct value of 'a' and 'b'.
thank you.

채택된 답변

Stephan
Stephan 2019년 7월 17일
your if is ending 3 lines to early. No matter what happens, you get a = x(end) and b = y(end). the m you get is the last that fullfilled the relation L<M.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Modeling에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by