dpb
Posts:
6,693
Registered:
6/7/07
|
|
Re: Reading/Writing MAT files in C
Posted:
May 11, 2012 2:28 PM
|
|
On 5/11/2012 12:46 PM, Jerome wrote: > Thanks you! when I complied I received the following: > gcc -I/usr/local/include/ -L/usr/local/lib example2.c > example2.c:3:17: error: mat.h: No such file or directory > example2.c:4:20: error: engine.h: No such file or directory ...
The compiler didn't find the above header files--
--
|
|