필터 지우기
필터 지우기

Finding correlation with inputs and output variables

조회 수: 13 (최근 30일)
Majid Vaghari
Majid Vaghari 2021년 2월 11일
댓글: Sunita 2023년 12월 1일
I have 39 alloys that each alloys my contain 7 elements Hf, Mo, Nb, Ta, Ti, V, Zr.
Is there any function or code in matlab to find is there any correlation between the atomic percent of these 7 elements in each of these alloys to the strength?
x1,x2,x3,x4,x5,x6,x7 are the inputs and the strength is the output.
you can see the attachemet for the data for these 39 alloys.
Best
Majid
  댓글 수: 1
Sunita
Sunita 2023년 12월 1일
Hi, Did u get the answer to this one. All i get the correlation from "corrplot" but i need a mathematical corelation like
y=3487.60+0.063*x(1)-0.057*x(2);

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

채택된 답변

Adam Danz
Adam Danz 2021년 2월 12일
편집: Adam Danz 2021년 2월 12일
It sounds like you want to plot the correlation between all pairs of variables.
If you have the Econometrics Toolbox, you can use corrplot().
If you do not have the econometrics toolbox you can follow this demo that shows how to recreate corrplot using plotmatrix.
Use readtable to import your data.

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by