This page will include links and files of programs or tricks I use in my projects. all code samples are under GPLv3 License Copyright 2008 Ofer Fridman This programs are free software: you can redistribute it and/or modify |
Tips & Tricks - Programing
Calling C# .Net application (DLL's) From Matlab.
Calling Microsoft .Net Framework applications from Matlab. Not mine but very useful ... the samples are grate (this code is using the ability to register .net manged code as com component, if you haven't understand the last line just move to the next) http://www.mathworks.com/matlabcentral/fileexchange/16549 |
Matlab inline function from symbolic solution
Small tip (it is not working any time). when you have a differential equation you want to plot (or test with values) you can use the following code. |
Reading Victor Wallace (V^3) file from Matlab
This function file usage the importdata (Matlab function) to extract the complex file structure of Wallace (xls file). |
Most Probable Number MPN - Matlab
this is a translation for the Excel code from http://www.i2workout.com/mcuriale/mpn/index.html to Matlab. this function estimates the number of bacteria in the original sample. sample code for usage: Function code attached |
Costume Legend - Matlab
This practical code sample for usage of partial or grouped legend - hence, displaing legend not for all the graphs on the plot. By saving the handles for every line needed to have description. Sample code attached. |
1-5 of 5