We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi David,
It seems to run under octave, for which thanks! Although I don't know if it will be too slow, it's still busy...
octave
So, I wanted to use it under matlab, but couldn't make it work, because I have an old version of matlab, R2012b and/or I don't have the stats toolbox.
matlab
R2012b
This could be resolved easy enough:
wget http://www.maths.lth.se/matstat/kurser/fmsn20masm25/matlab/classification/kmeans.m wget http://www.mbfys.ru.nl/\~robvdw/CNP04/LAB_ASSIGMENTS/LAB05_CN05/MATLAB2007b/stats/mnrnd.m
But perhaps it's nice to state what the dependencies of your code are. 👍
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi David,
It seems to run under
octave
, for which thanks! Although I don't know if it will be too slow, it's still busy...So, I wanted to use it under
matlab
, but couldn't make it work, because I have an old version of matlab,R2012b
and/or I don't have the stats toolbox.This could be resolved easy enough:
But perhaps it's nice to state what the dependencies of your code are. 👍
The text was updated successfully, but these errors were encountered: