MySQL demo with Matlab C Java in Ubuntu Linux source files

Here are the instructions to C: http://zetcode.com/db/mysqlc/ Java: http://quantlabs.net/blog/2015/09/java-instructions-for-mysql-and-ubuntu-linux/ Netbeans project file: TestIBTWS.tar C files: mysql-connector-java-5.1.36.tar Code for Matlab: >> conn = database(‘testdb’,’root’,’Hello123_’,’/home/caustic/DB_Drivers/mysql-connector-java-5.1.36-bin.jar’,’jdbc:mysql://localhost/testdb’); query=’select * from Cars’; x=fetch(conn,query)  

Cool PCA analysis framework with neural network done in Matlab

Cool PCA analysis framework with neural network done in Matlab These are the working links from: http://quantlabs.net/blog/2014/04/many-examples-of-pca-uses-in-finance-with-matlab-source-code/ http://www.nlpca.org/matlab.html http://www.mathworks.com/com/help/stats/princomp.html – See more at: http://quantlabs.net/blog/2014/04/cool-pca-analysis-framework-with-neural-network-done-in-matlab/#sthash.Kolj2gPl.dpuf