Finding correlation with inputs and output variables
11 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Majid Vaghari
am 11 Feb. 2021
Kommentiert: Sunita
am 1 Dez. 2023
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 Kommentar
Sunita
am 1 Dez. 2023
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);
Akzeptierte Antwort
Adam Danz
am 12 Feb. 2021
Bearbeitet: Adam Danz
am 12 Feb. 2021
It sounds like you want to plot the correlation between all pairs of variables.
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.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Descriptive Statistics finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!