MATLAB and Git
    조회 수: 8 (최근 30일)
  
       이전 댓글 표시
    
I'm trying to use MATLAB/Simulink using Git as an SCM tool, specifically to use the XML compare tool to diff Simulink models. There is no specific documnentation for Git. I tried to follow the SVN instructions located here:
I keep getting the following error:
??? Undefined function or method 'file_comparison_driver' for input arguments of type 'char'.
댓글 수: 0
답변 (1개)
  Gavin Walker
    
 2012년 1월 16일
        Once you have created the MATLAB file 'file_comparison_driver.m' along the lines suggested in the documentation, you need to ensure that it is on the MATLAB path -- from that error it looks like it might not be.
댓글 수: 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!