Clear Filters
Clear Filters

I want to see inside lateralControllerFcn which is inside of Lateral Controller Stanley Block it was written as codegen

1 view (last 30 days)
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 :)

Answers (1)

sai charan sampara
sai charan sampara on 6 Oct 2023
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.

Categories

Find more on Schedule Model Components in Help Center and File Exchange

Products


Release

R2021b

Community Treasure Hunt

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

Start Hunting!