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 install octave packages on google colab?
I need to run some matlab code on google colab that needs 'image' package. I tried
pkg install -forge image
but that through an error. please help!
G1rlonf1r3
Votes: 0
Answers: 1
How to force Octave to run a specified script upon open, every time?
I found this GNU documentation, that says there's a setup file for Octave, but when I search my machine, I don't see it, and the related directories don't seem to exist either:
https://octave.org/doc/...
Feynmanfan85
Votes: 0
Answers: 0
Count of values in one column based on another column
I have a table with two columns like so:
1 10
1 10
2 30
2 45
3 8
3 8
....
How can I (in Matlab or Octave) count the number of different values—that is, the number of unique values in the ...

user13802325
Votes: 0
Answers: 2
How to plot a covariance matrix on a 2D plot in MATLAB?
In MATLAB there is a function called cov. If I insert a matrix X into cov like this cov(X), then cov will return a square matrix of covariance.
My question is very simple:
How can I, with MATLAB, plot...
euraad
Votes: 0
Answers: 1