Friday, May 30, 2008

Firefox 3.0 Download Day

If you like firefox, you can contribure with this crazy idea.

http://www.spreadfirefox.com/en-US/worldrecord

Wednesday, May 28, 2008

source control interface

in this link you'll find the matlab documentation for source control interface. In the next days i'll try to get subversion support for matlab working... any comments?

capture mouse movement in matlab

have you ever tryied to capture the mouse movement through callbacks in matlab? Here you'll find how.

Tuesday, May 27, 2008

Werkzeug zum Erstellen von Programmablaufplänen für Windows

PapDesigner ist ein cooles und leichtes Werkzeug zum Erstellen von Programmablaufplänen (PAP) angelehnt and die DIN 66001. Ich benutze es, um Matlab Algorithmen zu entwickeln.

Monday, May 19, 2008

Insert rows in a matrix

it sounds simple... with this function, it is really simple. try it out.

Friday, May 16, 2008

Question as GUI in Matlab

if you want to ask the user something in matlab using a GUI, you can use the command

questdlg

very cool. check this blog or the matlab help for more info.

Thursday, May 15, 2008

find a string in a cell array

Hi, have you ever tryied to find a (sub) string in a cell array? check this out:
homepage (search find_str_cell)
m-file

Friday, May 9, 2008

matlab and path

the function path in matlab can be used to add a directory to the path. this works only for the actual session of matlab. if you close matlab, the path is reseted to the original values.