-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,18 @@ | ||
# Replicating-Algorithm-in-Matlab--For-Handling-and-Stability-Performance-Test- | ||
This project involved replicating Handling and Stability Performance Test algorithm using matlab | ||
|
||
In this project I needed to create an app that users can use to test the stability of a vehicle based on . The app should run different tests and show the results in a scatter plot and a filter plot, | ||
|
||
|
||
Test functions include | ||
Snake Test | ||
Step Input Test | ||
Pulse Input Test | ||
Steering Return Performance Test | ||
Steering Lightness Test | ||
Steady-State Rotation Test | ||
Steering Wheel Center Area Test | ||
|
||
each tst has its own formula or model | ||
|
||
how can i do this do i need to use app designer alone or also simulink? |