필터 지우기
필터 지우기

Potting Xrd data in Matlab

조회 수: 55 (최근 30일)
nancy
nancy 2016년 5월 24일
댓글: nancy 2016년 5월 24일
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..

채택된 답변

KSSV
KSSV 2016년 5월 24일
data = importdata('test.txt') ; % load the data from text file
semilogy(data(:,1),data(:,2)) ; % plot the data
  댓글 수: 1
nancy
nancy 2016년 5월 24일
Thank you very much..

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Annotations에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by