Prev: savitzky golay filter
Next: 3D pie plots
From: Manjusha Venkataramani on 6 Jul 2010 03:34 " > Please be more specific. Which exact file are you using? Is it short enough to post? How are you including the mat.h file? What compile commands are you using? > > James Tursa Hey I am actually working on speaker verification . I extracted features in matlab which r mat files and i need those values in that matrix to be read by c++ . LETS SAY I NEED TO OPEN the matrix and read its contents and do various operations on it in C++. i included the mat.h file by using the command gksudo nautilus . I became the superuser and copied the mat.h into the folder of libraries which had stdio.h and other std libraries
From: Rune Allnor on 6 Jul 2010 04:27 On 6 Jul, 09:34, "Manjusha Venkataramani" <manjusha...(a)gmail.com> wrote: > " > > > Please be more specific. Which exact file are you using? Is it short enough to post? How are you including the mat.h file? What compile commands are you using? > > > James Tursa > > Hey > > I am actually working on speaker verification . I extracted features in matlab which r mat files and i need those values in that matrix to be read by c++ . LETS SAY I NEED TO OPEN the matrix and read its contents and do various operations on it in C++. > > i included the mat.h file by using the command gksudo nautilus . I became the superuser and copied the mat.h into the folder of libraries which had stdio.h and other std libraries Learn C++ first, and how to run your computer second. The explanation of what you have done suggestes you at present knows neither. Rune
|
Pages: 1 Prev: savitzky golay filter Next: 3D pie plots |