python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
how to calculate covariance matrix of 2d array in C using GSL library
I have 2D array :
21 6 160 110 3.90 2.62 16.46 0 1 4 4
21 6 160 110 3.9 2.875 17.02 0 1 4 4
22.8 4 108 93 3.85 2.320 18.61 1 1 4 1
21.4 6 258 110 3.08 3.215 19.44 1 0 3 1
18.7 8 360 175 3.15 3.44 17.0...
MOVIES FX
Votes: 0
Answers: 1
How to plot gsl_vector in C++?
Is there a convenient way or a library to plot gsl_vector in C++? For example, if I have two gsl vectors, I would like to plot one on the x-axis and the other on the y-axis for the same figure.

Muhammad Mohsin Khan
Votes: 0
Answers: 1