HELP needed in importing and working on an ascii text file!!
HELP needed in importing and working on an ascii text file!!
(OP)
Hello there!
I have an ascii text file containing data of Intensity data matrix and phase data matrix of a surface profile obtained using an interferometer (Zygo interferometer and the software that generated the profile plot was MetroPro).
Now I need to work on this data in matlab.
I have attached the text file that carries the data.
I'm completely a fresher to this software and quite struggling to import this data into matlab and work on it.
Please if somebody can guide me, it will be a lot more helpful for my dissertation.
Note: In the attached text file, initial 15 lines are the header lines. The numeric data from between the first and the second "#" symbol signifies the intensity data matrix an the data from the second "#" symbol to the end of the file represents the Phase data matrix.
Thanks in advance for the help.
Pls let me know for more details!
I have an ascii text file containing data of Intensity data matrix and phase data matrix of a surface profile obtained using an interferometer (Zygo interferometer and the software that generated the profile plot was MetroPro).
Now I need to work on this data in matlab.
I have attached the text file that carries the data.
I'm completely a fresher to this software and quite struggling to import this data into matlab and work on it.
Please if somebody can guide me, it will be a lot more helpful for my dissertation.
Note: In the attached text file, initial 15 lines are the header lines. The numeric data from between the first and the second "#" symbol signifies the intensity data matrix an the data from the second "#" symbol to the end of the file represents the Phase data matrix.
Thanks in advance for the help.
Pls let me know for more details!
RE: HELP needed in importing and working on an ascii text file!!
By the way, I'd forgotten how to do this, so I typed "help import" to remind myself. Something to try next time.
RE: HELP needed in importing and working on an ascii text file!!
RE: HELP needed in importing and working on an ascii text file!!
That really worked.. Now let me get onto analyzing the data...
Thanks A LOT LiteYear :)
And yes, its voilà for me ;)
RE: HELP needed in importing and working on an ascii text file!!
http://www.mathworks.com/help/matlab/ref/dlmread.h...
RE: HELP needed in importing and working on an ascii text file!!
Cheers
Greg Locock
New here? Try reading these, they might help FAQ731-376: Eng-Tips.com Forum Policies http://eng-tips.com/market.cfm?
RE: HELP needed in importing and working on an ascii text file!!