Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

how can I make this loop in matlab

1 Ansicht (letzte 30 Tage)
areej abdulshaheed
areej abdulshaheed am 5 Mär. 2020
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
  6 Kommentare
darova
darova am 5 Mär. 2020
I voted for your question so you can get help faster
Bruno Luong
Bruno Luong am 28 Jul. 2020
I voted for your question so you can get help faster
What if you haven't made a vote? :-)

Antworten (1)

Maria
Maria am 28 Jul. 2020
Your logic path translates to something like this:
while (1)
[obstfront, minobs] = URG_scane ();
if (obstfront > minobs)
%Rise head
%URG_scane
if (obstfront > minobs)
%Put downs the head
%URG_scane
if (obstright < minobs)
%Turn right 60 min
elseif (obstleft < minobs)
%Turn left 60 mins
else
%Go backward (20 min)
break;
else
%Obstacle climbing 100 mins
end
else
%Go forward 20 MIN
end
end
You should now write the code for each different function (as URG_scane, Go_forward, etc.). Hope this helps!

Diese Frage ist geschlossen.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by