If you like firefox, you can contribure with this crazy idea.
http://www.spreadfirefox.com/en-US/worldrecord
Friday, May 30, 2008
Firefox 3.0 Download Day
Posted by otmezger at 7:45 AM 0 comments
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?
Posted by otmezger at 4:51 PM 2 comments
capture mouse movement in matlab
have you ever tryied to capture the mouse movement through callbacks in matlab? Here you'll find how.
Posted by otmezger at 7:14 AM 0 comments
Labels: matlab, matlab GUI
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.
Posted by otmezger at 10:29 AM 0 comments
Monday, May 19, 2008
Insert rows in a matrix
it sounds simple... with this function, it is really simple. try it out.
Posted by otmezger at 7:53 AM 0 comments
Labels: matlab
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
very cool. check this blog or the matlab help for more info.
Posted by otmezger at 5:15 PM 0 comments
Labels: matlab, matlab GUI
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
Posted by otmezger at 4:55 PM 0 comments
Labels: matlab
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.
Posted by otmezger at 4:04 PM 0 comments
Labels: matlab