Create README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
3354cd2973
commit
46f48988e2
1 changed files with 18 additions and 0 deletions
18
numpy/matlab_guide/README.md
Normal file
18
numpy/matlab_guide/README.md
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# NumPy for MATLAB users
|
||||||
|
{:.no_toc}
|
||||||
|
|
||||||
|
<nav markdown="1" class="toc-class">
|
||||||
|
* TOC
|
||||||
|
{:toc}
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
## The goal
|
||||||
|
|
||||||
|
In the case you are already familiar with Matlab there is an guide for switching to NumPy
|
||||||
|
|
||||||
|
Questions to [David Rotermund](mailto:davrot@uni-bremen.de)
|
||||||
|
|
||||||
|
## NumPy for MATLAB users
|
||||||
|
|
||||||
|
> MATLAB® and NumPy have a lot in common, but NumPy was created to work with Python, not to be a MATLAB clone. [This guide](https://numpy.org/doc/stable/user/numpy-for-matlab-users.html) will help MATLAB users get started with NumPy.
|
||||||
|
|
Loading…
Reference in a new issue