Identifying a problem with fopen
53 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Akzeptierte Antwort
Walter Roberson
am 4 Apr. 2011
If you use
[fid, msg] = fopen('TheName.c3d', 'r');
then what msg is returned ?
2 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Software Development Tools finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!