필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Does anyone know the code for the below function declaration?

조회 수: 1 (최근 30일)
jayasree k r
jayasree k r 2016년 11월 10일
마감: Walter Roberson 2016년 11월 10일
% create car and locate it on the road car = CreateCar(L,W,H,D,F,R); locate(car,x0,y0); % theta0 is orientation of wheels wrt to x axis aim(car,x0+cos(theta0),y0+sin(theta0));% phi0 is orientation of front wheel with body axis turn(car.tire_fl,'z',phi0*180/pi); turn(car.tire_fr,'z',phi0*180/pi);
I need code for both turn(),aim() urgently, I tried code for CreateCar(),locate(),aim() but i have no idea about both turn()s...pls reply soon...

답변 (0개)

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by