Github support for Matlab files
조회 수: 6 (최근 30일)
이전 댓글 표시
Which type of files used within matlab has support from git?
Especially .m files and .mat files
댓글 수: 0
채택된 답변
Bruno Pop-Stefanov
2014년 10월 21일
You can add any type of file to a Git repository. However, if you are using command-line Git (meaning, you have installed Git on your own to use it at the command line instead of using the integration in the Current Folder browser), you have to make sure to configure Git so that .mat files and other binary files are recognized as binary files. Otherwise, Git might try to change the end-of-file character which will corrupt the file.
This is explained in details in the documentation:
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Source Control에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!