Skip to content

Commit 5faaff9

Browse files
committedMay 3, 2023
initial commit with boiler plate files
0 parents  commit 5faaff9

File tree

4 files changed

+724
-0
lines changed

4 files changed

+724
-0
lines changed
 

‎.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* text=auto eol=lf
2+

‎.gitignore

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# MATLAB
2+
*.asv
3+
*.m~
4+
*.fig
5+
*.mat
6+
7+
# specific
8+
/test
9+
10+
# Octave
11+
octave-workspace
12+
13+
# OS generated files
14+
Thumbs.db
15+
desktop.ini
16+
.DS_Store
17+
.DS_Store?
18+
._*
19+
.Spotlight-V100
20+
.Trashes

‎LICENCE.md

+674
Large diffs are not rendered by default.

‎README.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# mri_rf_pulse_simulation_matlab
2+
3+
## Download and install
4+
5+
## Features
6+
7+
## Limitations
8+
9+
## TODO
10+
11+
12+
# Examples
13+
14+
## 1
15+
16+
## 2
17+
18+
19+
# External dependency ?
20+
21+
None
22+
23+
# Tested on
24+
25+
26+
# Python alternatives
27+
28+

0 commit comments

Comments
 (0)
Please sign in to comment.