Identifying a problem with fopen
조회 수: 53 (최근 30일)
이전 댓글 표시
So I'm trying to use MATLAB to analyze a .c3d file (I don't know how many of you are familiar with OptiTrack ARENA). I want to open the file using fopen, and open it in it's native format. However, fopen cannot open the file for some reason. Is there a way to find out why, and possibly rectify the situation? I'm still not entirely sure whether the problem is on the MATLAB or ARENA end, but help me out here.
댓글 수: 0
채택된 답변
Walter Roberson
2011년 4월 4일
If you use
[fid, msg] = fopen('TheName.c3d', 'r');
then what msg is returned ?
댓글 수: 2
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Software Development Tools에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!