Friday, 29 May 2009

Creating GUI applications with Matlab.

Quick start to matlab gui programming using 'guide'.




Note:- It is easy to convert matlab GUI applications to windows standalone executable and run the converted executable (.exe file) in any machine in which matlab is not installed.For details check 'deploytool' matlab documentation.

Monday, 18 May 2009

F# - New language for scientific computing From Microsoft.

Last Saturday I have got opportunity (or time :-)) to watch a screencast by Luca Bolognese on Functional language F# from MS.Watch the videohere.

My first impression on F# is that difficult syntax as compared to matlab but I believe there will be lot more language enhancements in coming release. Huge promise for Quant. Finance applications as we can easily integrate F# libs with other dotnet languages.

You can download F# September 2008 CTP from here

I will try to update my blog with some Quant. Libs written in F#.

Monday, 4 May 2009

Matlab Neural Network in C# Application

Part 1 gives an overview of Matlab Network manager . This screen cast shows how to create XOR network using Matlab Network Manager.




This part explains how to use Matlab Neural Network in c# windows application and limitation of Matlab complier with respect to 'sim' function.

Note:- Don't forget to watch next episode of this series, in which I have explained how to get around with 'sim' function compiler limitation and call Neural network from c# windows application




In this part I have explained how to get around with 'sim' function compiler limitation and call Neural network from c# windows application.