フィルターのクリア

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 Center および File ExchangeAnnotations についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by