forked from andresmendes/Vehicle-Dynamics-Lateral
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapi.m
28 lines (28 loc) · 956 Bytes
/
api.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
%% API Documentation
% This page contains links to the code and documentation of the classes. Documentation is also available through the "doc" and "help" commands inside MATLAB.
%
%% Vehicle Models
% * <VehicleSimple.html VehicleSimple -- Abstract>
% * <VehicleSimpleLinear.html VehicleSimpleLinear>
% * <VehicleSimpleNonLinear.html VehicleSimpleNonLinear>
% * <VehicleArticulated.html VehicleArticulated -- Abstract>
% * <VehicleArticulatedLinear.html VehicleArticulatedLinear>
% * <VehicleArticulatedNonLinear.html VehicleArticulatedNonLinear>
%
%% Tire Models
% * <Tire.html Tire -- Abstract>
% * <TireLinear.html TireLinear>
% * <TirePolynomial.html TirePolynomial>
% * <TirePacejka.html TirePacejka>
%
%% Simulator
% * <Simulator.html Simulator>
%
%% Graphics
% * <Graphics.html Graphics>
%
%% See Also
%
% <http://andresmendes.github.io/Vehicle-Dynamics-Lateral/ Home Page>
% <https://github.com/andresmendes/Vehicle-Dynamics-Lateral GitHub Page>
%