Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cad0p committed Apr 19, 2019
1 parent 51589ba commit f1b06c8
Show file tree
Hide file tree
Showing 9 changed files with 62 additions and 0 deletions.
60 changes: 60 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
A year ago I happened to stumble on interesting data about Tesla vehicles consumption in relation to speed and temperature. I decided to reveal the data!

# Tesla Consumption Data based on Speed and Temperature

A matlab script to generate a cool graph to visualize and predict consumption data.

! [Tesla Model S 100D Consumption](TeslaS100DConsumption.png)

Based on this I created a calculator [on Desmos](https://www.desmos.com/calculator/nnccaofdub) to show the optimal cruising speed, interpolating data for higher speeds. (it's about 165 kph / 100 mph)

###Preview of the Desmos Calculator for optimal cruising speed:

! [Desmos Calculator for optimal cruising speed](desmos-graph.png)


## Getting Started

This project is written in Matlab, so it works in all major OSes.

Just run the program .mlx in the Tesladata folder! (with Matlab)

### Prerequisites

Install Matlab

## Files used

* teslasheet [on my Drive](https://docs.google.com/spreadsheets/d/1wCQQs4Db_8AbxcvRWW3v0yB4pYNEC7v6ckFMnnmIEE4/edit?usp=sharing) - created with [SourceFiles](SourceFiles) taken from [Tesla Motors Club Forum](https://teslamotorsclub.com/tmc/threads/breaking-down-the-model-s-range-calculator-hidden-features-and-data.94675/#post-2692441)

## Built With

* [Sublime Text](https://www.sublimetext.com/) - The text editor used
* [Matlab](mathworks.com) - To develop initially
* [GitHub Desktop](https://desktop.github.com/) - To manage developement

## Contributing

The following is a copy of PurpleBooth
> Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us.
## Versioning

We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/cad0p/Money/tags).

## Authors

* **Pier Carlo Cadoppi** - *Initial work*

See also the list of [contributors](https://github.com/cad0p/Money/contributors) who participated in this project.

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

## Acknowledgments

* Hat tip to anyone whose code was used
* * **Billie Thompson** - *README Template* - [PurpleBooth](https://github.com/PurpleBooth)
* Inspiration
* etc lol
Binary file added SourceFiles/tesla_metric.xlsx
Binary file not shown.
Binary file added SourceFiles/tesla_metric1.xlsx
Binary file not shown.
Binary file added TeslaS100DConsumption.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Tesladata/RealFigTeslaS100D.fig
Binary file not shown.
Binary file added Tesladata/ShowData.mlx
Binary file not shown.
2 changes: 2 additions & 0 deletions Tesladata/simulator.url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[InternetShortcut]
"URL=https://teslamotorsclub.com/tmc/threads/breaking-down-the-model-s-range-calculator-hidden-features-and-data.94675/#post-2692441"
Binary file added Tesladata/table1.mat
Binary file not shown.
Binary file added desmos-graph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f1b06c8

Please sign in to comment.