Potting Xrd data in Matlab

44 views (last 30 days)
nancy
nancy on 24 May 2016
Commented: nancy on 24 May 2016
Hi;
I have a graphic. And I want to plot this graphic in Matlab. I have asked some retaled questions in my previous message. But I think, I am bit confused. I send my graphic to you in the attached file. It is an XRD data.
I also send to you ".txt" file document. Could you please help me? Could you please write Matlab code me to plot this graphic in Matlab?
Thanks a lot..

Accepted Answer

KSSV
KSSV on 24 May 2016
data = importdata('test.txt') ; % load the data from text file
semilogy(data(:,1),data(:,2)) ; % plot the data

More Answers (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!