I want to see inside lateralControllerFcn which is inside of Lateral Controller Stanley Block it was written as codegen
조회 수: 1 (최근 30일)
이전 댓글 표시
I want to see inside lateralControllerFcn which is inside of Lateral Controller Stanley Block it was written as codegen and nothing shown there. Is there anything do you know that how can I see the inside this block ? Please dont say 'Look Under Mask ' because my problem is starting after look under mask. Thanks :)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1100525/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1100530/image.png)
댓글 수: 0
답변 (1개)
sai charan sampara
2023년 10월 6일
Hello Berke,
As per my understanding you are trying to know the code of “lateralControllerStanley“function.
This could be done by using the following command in the MATLAB command window.
>> edit lateralControllerStanley
It will open the “lateralControllerStanley.m” file in which the code of the function is present.
Please refer to the following reference to learn more about “lateralControllerStanley” function:
I hope this resolves the issue you were facing.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!