I have a windows tool developed using C#, which is used to do testing and which generates two types of output files, one is .0 file which is equivalent to text file and another one is .res file(binary resource file).
Now i would like to import the data from these two files into Matlab to draw graphs from corresponding variables.
I can easily draw graphs from text files but i have a problem with .res files,when i try to import them to Matlab i can see data like the following:
PK É]ÎB„ó§Üǰ* IJË 1.tmpÔÝ \NkÛ7þ4¨¨Th¢A*•æ¡94©”)J%Ís¦JD$%¡Œ©!C†ŒQÆBH†B*Dõ®_›
So it would be great if someone suggests how can i import data which is easily readable by Matlab as in text format, so that i can draw plots.
Thanks.
Last updated:3/18/2015 8:21:04 AM
Samuel Fernandes
Can you provide Code Sample.