forum.alglib.net
http://forum.alglib.net/

Similar to MATLAB Functions
http://forum.alglib.net/viewtopic.php?f=2&t=2196
Page 1 of 1

Author:  lokeshgupta [ Mon Dec 08, 2014 4:52 am ]
Post subject:  Similar to MATLAB Functions

Hi

I want to use ALGLIB library C++ functions which are similar to below MATLAB functions and also return the same number of values:

1) [Q,R] = qr(X), where X is multidimensional matrix
2) [idx,C]=kmeans(pks,2), where pks is multidimensional matrix
3) [pks,loc]=findpeaks(diff(X),'minpeakheight',max(diff(X)),...,'sortstr','descend')

But i am not able to find this.
Please suggest me the functions similar to MATLAB functions.

Author:  Sergey.Bochkanov [ Mon Dec 08, 2014 8:55 am ]
Post subject:  Re: Similar to MATLAB Functions

Hello!

ALGLIB is not a replacement for MATLAB, it is completely different package with different distribution model and functionality. If you need something MATLAB-like, you may try GNU Octave.

Page 1 of 1 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/