Commit 9482ac0a authored by Tobias Steinhoff's avatar Tobias Steinhoff
Browse files

Update readme.md

parent c5ed9eb4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ dship. | course | deg | course over ground

In order to convert the .mat file into .txt file I used teh following Matlab code:

´´´Matlab
```Matlab
% mat2text.m
% converts the .mat file with structures into text file

@@ -113,7 +113,7 @@ fprintf(fid,s2);
fprintf(fid,s3,txtdata');
fclose(fid);
clear
´´´
```