-
Notifications
You must be signed in to change notification settings - Fork 7
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
5 changed files
with
15 additions
and
20 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,10 +1,5 @@ | ||
# Changelog | ||
|
||
- fix: [#3] "No data available for steady state settings" | ||
- depending on x-axis selection the measurements are prefiltered to avoid | ||
the annoying error message in common use cases | ||
- new: improved data import workflow | ||
- import can now do multiple files at a time | ||
- the whole process is within same uifigure | ||
- button that opens the selected parser for editing | ||
(in case something has to be changed) | ||
- fix: [#4] Downsampling Error for Magic Formula Tyre Tool V1.4 "Expected X to be nonempty" | ||
- prominently occured with Round 9 data | ||
- fixed by updating parser in submodule |
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,8 +1,8 @@ | ||
<deployment-project plugin="plugin.apptool" plugin-version="1.0"> | ||
<configuration build-checksum="782106963" file="C:\Users\Tom\Documents\magic-formula-tyre-tool\MagicFormulaTyreTool.prj" location="C:\Users\Tom\Documents\magic-formula-tyre-tool" name="MagicFormulaTyreTool" target="target.mlapps" target-name="Package App"> | ||
<configuration build-checksum="1949022145" file="C:\workspace\magic-formula-tyre-tool\MagicFormulaTyreTool.prj" location="C:\workspace\magic-formula-tyre-tool" name="MagicFormulaTyreTool" target="target.mlapps" target-name="Package App"> | ||
<param.appname>MagicFormulaTyreTool</param.appname> | ||
<param.authnamewatermark>Tom Teasdale</param.authnamewatermark> | ||
<param.email>[email protected]</param.email> | ||
<param.authnamewatermark /> | ||
<param.email /> | ||
<param.company /> | ||
<param.icon>${PROJECT_ROOT}\MagicFormulaTyreTool_resources\icon_24.png</param.icon> | ||
<param.icons> | ||
|
@@ -13,7 +13,7 @@ | |
<param.summary>MATLAB GUI for Magic Formula Tyre Modeling</param.summary> | ||
<param.description>https://github.com/teasit/magic-formula-tyre-tool</param.description> | ||
<param.screenshot>${PROJECT_ROOT}\assets\img\App_Screenshot_Main.jpg</param.screenshot> | ||
<param.version>1.5.0</param.version> | ||
<param.version>1.5.1</param.version> | ||
<param.products.name> | ||
<item>MATLAB</item> | ||
<item>Optimization Toolbox</item> | ||
|
@@ -143,7 +143,7 @@ | |
</fileset.resources> | ||
<fileset.package /> | ||
<build-deliverables> | ||
<file location="C:\Users\Tom\Documents" name="magic-formula-tyre-tool" optional="false">C:\Users\Tom\Documents\magic-formula-tyre-tool</file> | ||
<file location="C:\workspace" name="magic-formula-tyre-tool" optional="false">C:\workspace\magic-formula-tyre-tool</file> | ||
</build-deliverables> | ||
<workflow /> | ||
<matlab> | ||
|
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,13 +1,13 @@ | ||
<deployment-project plugin="plugin.toolbox" plugin-version="1.0"> | ||
<configuration build-checksum="4228771701" file="C:\Users\Tom\Documents\magic-formula-tyre-tool\ToolboxPackager.prj" location="C:\Users\Tom\Documents\magic-formula-tyre-tool" name="ToolboxPackager" target="target.toolbox" target-name="Package Toolbox"> | ||
<configuration build-checksum="4228771701" file="C:\workspace\magic-formula-tyre-tool\ToolboxPackager.prj" location="C:\workspace\magic-formula-tyre-tool" name="ToolboxPackager" target="target.toolbox" target-name="Package Toolbox"> | ||
<param.appname>MagicFormulaTyreTool</param.appname> | ||
<param.authnamewatermark>Tom Teasdale</param.authnamewatermark> | ||
<param.email>[email protected]</param.email> | ||
<param.authnamewatermark /> | ||
<param.email /> | ||
<param.company /> | ||
<param.summary>MATLAB GUI for Magic Formula Tyre Modeling</param.summary> | ||
<param.description>https://github.com/teasit/magic-formula-tyre-tool</param.description> | ||
<param.screenshot>${PROJECT_ROOT}\assets\img\App_Screenshot_Main.jpg</param.screenshot> | ||
<param.version>1.5.0</param.version> | ||
<param.version>1.5.1</param.version> | ||
<param.output>${PROJECT_ROOT}\MagicFormulaTyreTool.mltbx</param.output> | ||
<param.products.name /> | ||
<param.products.id /> | ||
|
@@ -121,7 +121,7 @@ MagicFormulaTyreTool_resources</param.exclude.filters> | |
<fileset.depfun.excluded /> | ||
<fileset.package /> | ||
<build-deliverables> | ||
<file location="${PROJECT_ROOT}" name="MagicFormulaTyreTool.mltbx" optional="false">C:\Users\Tom\Documents\magic-formula-tyre-tool\MagicFormulaTyreTool.mltbx</file> | ||
<file location="${PROJECT_ROOT}" name="MagicFormulaTyreTool.mltbx" optional="false">C:\workspace\magic-formula-tyre-tool\MagicFormulaTyreTool.mltbx</file> | ||
</build-deliverables> | ||
<workflow /> | ||
<matlab> | ||
|
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,6 +1,6 @@ | ||
{ | ||
"Name": "MagicFormulaTyreTool", | ||
"Version": "1.5.0", | ||
"Version": "1.5.1", | ||
"Authors": [ | ||
"Tom Teasdale" | ||
], | ||
|
Submodule magic-formula-tyre-library
updated
3 files
+1 −5 | CHANGELOG.md | |
+6 −6 | ToolboxPackager.prj | |
+21 −8 | src/+tydex/+parsers/FSAETTC_SI_ISO_Mat.m |