フィルターのクリア

How do I plot YY from the excel file data?

1 回表示 (過去 30 日間)
Ashvinder Singh Gill Surmaish Singh Gill
I have data for different factors 1.4, 1.6 and 2.2. How do I plot YY for force reaction and keeping x-axis as displacement on the same chart? The pattern should be as shown in the figure but with yy plot so that the results are more visible.
Appreciate if anyone can assist me. Thank you!

採用された回答

KSSV
KSSV 2020 年 5 月 12 日
data = xlsread("Sample Excel Data.xlsx") ;
A = data(:,[1 3 5]) ; % pick 1, 3 , 5 column
K = A(1,:) ; % factors
A(1,:) = [] ;
plot(A)
  14 件のコメント
Ashvinder Singh Gill Surmaish Singh Gill
編集済み: Ashvinder Singh Gill Surmaish Singh Gill 2020 年 5 月 13 日
That is the line of code that I am using to plot that curve, can you assist me on how can i get scatter with smooth lines please? Note i renamed my excel file, thus the naming is different.
Ashvinder Singh Gill Surmaish Singh Gill
Hello, Can you assist in this please? I am still stuck.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeTwo y-axis についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by