first of all thanks alot 4 ur help,
it just shows people are SERIOUS here, in comparison 2 other forums i've visited....
but:
the error messege has disappeared, but the values i get r not the same.
the data file( text format) contains the matrix:
0.540302 0.841471
-0.416147 0.909297
-0.989992...
Hi All!
I'm trying 2 read a text file containing a N X 2 Matrix created in matlab.
The file was created in matlab using :
n=1:3;
a=exp(j*n);
y=[real(a);imag(a)];
fid = fopen('cplx1.txt','w');
fprintf(fid,'%g %g\n',y);
fclose(fid);
I tried 2 read the file using (TClite):
....
}
while...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.