-
Notifications
You must be signed in to change notification settings - Fork 5
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
77 changed files
with
515 additions
and
508 deletions.
There are no files selected for viewing
Binary file not shown.
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,20 +1,21 @@ | ||
# Changelog | ||
|
||
- Renaming of library and functions due to trademark issues | ||
- Added example measurement data (de-identified and obscured TTC data) | ||
- Updated FSAE TTC interactive example to use new data | ||
- Updated unit tests | ||
- Convenience changes: | ||
- New: Wrapper for `mftyre.v62.eval()` function. Can now call method `eval()` on `mftyre.v62.Model` objects. Example: | ||
- New: Wrapper for `magicformula.v62.eval()` function. Can now call method `eval()` on `magicformula.v62.Model` objects. Example: | ||
|
||
```matlab | ||
model = mftyre.v62.Model(); | ||
model = magicformula.v62.Model(); | ||
model.importTyrePropertiesFile(file) | ||
[FX, FY] = model.eval(SA, SX, IA, IP, FZ, 0); | ||
``` | ||
|
||
- New: Can now instantiate `mftyre.v62.Model` directly with TIR file, without having to call `importTyrePropertiesFile()` method. Example: | ||
- New: Can now instantiate `magicformula.v62.Model` directly with TIR file, without having to call `importTyrePropertiesFile()` method. Example: | ||
|
||
```matlab | ||
model = mftyre.v62.Model(file); | ||
model = magicformula.v62.Model(file); | ||
[FX, FY] = model.eval(SA, SX, IA, IP, FZ, 0); | ||
``` |
File renamed without changes.
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
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,14 +1,14 @@ | ||
<deployment-project plugin="plugin.toolbox" plugin-version="1.0"> | ||
<configuration build-checksum="2363634414" file="C:\Users\Tom\Documents\mftyre-tool-matlab\src\mftyre-matlab-library\MFTyreLibraryToolboxPackager.prj" location="C:\Users\Tom\Documents\mftyre-tool-matlab\src\mftyre-matlab-library" name="MFTyreLibraryToolboxPackager" target="target.toolbox" target-name="Package Toolbox"> | ||
<param.appname>MFTyreLibrary</param.appname> | ||
<configuration build-checksum="502682855" file="C:\Users\Tom\Documents\mftyre-tool-matlab\src\mftyre-matlab-library\ToolboxPackager.prj" location="C:\Users\Tom\Documents\mftyre-tool-matlab\src\mftyre-matlab-library" name="ToolboxPackager" target="target.toolbox" target-name="Package Toolbox"> | ||
<param.appname>MagicFormulaTyreLibrary</param.appname> | ||
<param.authnamewatermark>Tom Teasdale</param.authnamewatermark> | ||
<param.email>[email protected]</param.email> | ||
<param.company /> | ||
<param.summary>Create and evaluate Magic Formula tyre models suitable for code generation in MATLAB.</param.summary> | ||
<param.summary>MATLAB library for Magic Formula Tyre Modeling</param.summary> | ||
<param.description /> | ||
<param.screenshot>${PROJECT_ROOT}\doc\images\MFTyreLibrary_PackageImage.png</param.screenshot> | ||
<param.version>1.1.0</param.version> | ||
<param.output>${PROJECT_ROOT}\MFTyreLibrary.mltbx</param.output> | ||
<param.version>1.1.1</param.version> | ||
<param.output>${PROJECT_ROOT}\MagicFormulaTyreLibrary.mltbx</param.output> | ||
<param.products.name /> | ||
<param.products.id /> | ||
<param.products.version /> | ||
|
@@ -51,7 +51,7 @@ tools/</param.exclude.filters> | |
<param.getting.started.guide>${PROJECT_ROOT}\doc\GettingStarted.mlx</param.getting.started.guide> | ||
<param.matlabpath.excludes /> | ||
<param.javaclasspath.excludes /> | ||
<param.exported.on.package>true</param.exported.on.package> | ||
<param.exported.on.package>false</param.exported.on.package> | ||
<param.required.addons> | ||
<requiredaddons /> | ||
</param.required.addons> | ||
|
@@ -88,6 +88,7 @@ tools/</param.exclude.filters> | |
<param.docs /> | ||
<param.matlabpath.excludes /> | ||
<param.javaclasspath.excludes /> | ||
<param.exported.on.package /> | ||
<param.matlab.project.id /> | ||
<param.matlab.project.name /> | ||
<param.release.current.only /> | ||
|
@@ -115,7 +116,7 @@ tools/</param.exclude.filters> | |
<fileset.depfun.excluded /> | ||
<fileset.package /> | ||
<build-deliverables> | ||
<file location="${PROJECT_ROOT}" name="MFTyreLibrary.mltbx" optional="false">C:\Users\Tom\Documents\mftyre-tool-matlab\src\mftyre-matlab-library\MFTyreLibrary.mltbx</file> | ||
<file location="${PROJECT_ROOT}" name="MagicFormulaTyreLibrary.mltbx" optional="false">C:\Users\Tom\Documents\mftyre-tool-matlab\src\mftyre-matlab-library\MagicFormulaTyreLibrary.mltbx</file> | ||
</build-deliverables> | ||
<workflow /> | ||
<matlab> | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions
2
resources/project/R6m7AxFfSX7StHtVJ9WG44h96GM/Q0Ag8U_NRZia7vm3GAPG6aF7J4Up.xml
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info location="+magicformula" type="File" /> |
2 changes: 0 additions & 2 deletions
2
resources/project/R6m7AxFfSX7StHtVJ9WG44h96GM/eGPuoxA3KeeUnxsNF8qN7FXzQS8p.xml
This file was deleted.
Oops, something went wrong.
File renamed without changes.
2 changes: 2 additions & 0 deletions
2
resources/project/Wn5Z3vbmXlwGCAQi9rziwRAwzRg/HFFLzdfCs-Ge0jPKXs95G74Ikwsp.xml
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info location="publishRelease.m" type="File" /> |
2 changes: 0 additions & 2 deletions
2
resources/project/Wn5Z3vbmXlwGCAQi9rziwRAwzRg/PZJTeqwzOwXSI5nq_6uJpKUvUg0p.xml
This file was deleted.
Oops, something went wrong.
File renamed without changes.
2 changes: 2 additions & 0 deletions
2
resources/project/da3pseG73FWx727v-FXvG8DlK6w/RGxzMMzINDjlj2u_jjLAi-_BNl8p.xml
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info location="Example_Fitter_FSAETTC.mlx" type="File" /> |
2 changes: 0 additions & 2 deletions
2
resources/project/da3pseG73FWx727v-FXvG8DlK6w/vQdRW8QsU1Cx676cxc2QgQhBabQp.xml
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions
2
resources/project/qaw0eS1zuuY1ar9TdPn1GMfrjbQ/8sGiGPETl6keZHomszIdyNBvHoUp.xml
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info location="ToolboxPackager.prj" type="File" /> |
2 changes: 0 additions & 2 deletions
2
resources/project/qaw0eS1zuuY1ar9TdPn1GMfrjbQ/kwVU57C9f_tV6P3MJGeBFw7AuYop.xml
This file was deleted.
Oops, something went wrong.
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,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info Name="MF-Tyre MATLAB Library" /> | ||
<Info Name="Magic Formula Tyre Library" /> |
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
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
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
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
2 changes: 1 addition & 1 deletion
2
src/+mftyre/+v62/+equations/Fx.m → src/+magicformula/+v62/+equations/Fx.m
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
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
src/+mftyre/+v62/+equations/Fy.m → src/+magicformula/+v62/+equations/Fy.m
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
File renamed without changes.
File renamed without changes.
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
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
File renamed without changes.
Oops, something went wrong.