Why is my linear search algorithm not producing the output?
이전 댓글 표시
% begins by comparing x and a1
i := 1
while(i =< n and x /= a1)
i := i + 1
if i =< n
location := i
else
location := 0
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Call C++ from MATLAB에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!