Identifying a problem with fopen

54 ビュー (過去 30 日間)
Ian
Ian 2011 年 4 月 4 日
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.

採用された回答

Walter Roberson
Walter Roberson 2011 年 4 月 4 日
If you use
[fid, msg] = fopen('TheName.c3d', 'r');
then what msg is returned ?
  2 件のコメント
Ian
Ian 2011 年 4 月 4 日
Ah, there we go. It told me that the file couldn't be found, and I know why. Apparently I was in the wrong directory and didn't notice it, so the file couldn't be opened. I fixed it, and now msg is just an empty string. Thanks. The program still doesn't work, but it's not because of fopen now.
Anoosha papireddy
Anoosha papireddy 2012 年 7 月 6 日
i had the same problem and now my code is working. thanks.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSoftware Development Tools についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by