there is an upcoming webinar (20.03.2008) called Application Deployment with MATLAB on the way. you can find it here.
Wednesday, March 19, 2008
free matlab webinar: application deployment with matlab
Posted by otmezger at 4:09 PM 0 comments
Labels: mathworks webinars
how to add my own library on simulink to the library browser in r2008a
Hi,
In this blog you'll find how to add your own library in simulink to the library browser in r2008a.
have a while.
Posted by otmezger at 7:32 AM 2 comments
Labels: simulink
Wednesday, March 12, 2008
some changes for r2008a (simulink)
today, i discovered a post dedicated to some new cool features of simulink in the actuall release 2008a. check this out!
http://blogs.mathworks.com/seth/2008/03/11/springtime-and-r2008a/
have a while
Posted by otmezger at 8:20 AM 0 comments
Tuesday, March 11, 2008
the difference between 'annotation' and 'line'
do you ever tried to make annotations for a plot within a script? if you just draw a line using the gui and then take a look at the generated m-code (generate m-code), you'll find the code generator uses the function annotation. for me, this is not the best choice.
annotation uses a special layer (Annotation Layer). The coordinates are from 0 to 1 for x and y and covers the whole area of the figure.
Using the command 'line' (if you are trying to draw a line. there are others like text, and rectangle) it is posible to draw a line within the plot area, using x and y as data coordinates.
bye
Posted by otmezger at 9:49 AM 0 comments
Labels: matlab, matlab plots
X Steam, Thermodynamic properties of water and steam
Hi people, as i posted before, XSteam is a package of choice for calculating the thermodynamic propoerties of water and stem, such as entropy, enthalpy , etc...
there was a posting in a matlab blog abbout this last week. you can read this posting here.
You can find the files here at the matlab central.
bye
Posted by otmezger at 8:21 AM 0 comments
Labels: matlab, thermodynamics
Thursday, March 6, 2008
whats new in matlab/simulink 2008a - a free webinar
Hi,
Today, there are 2 free webinars about matlab and simulink 2008a. you can register here.
Posted by otmezger at 7:09 AM 0 comments
Labels: mathworks webinars, matlab, simulink
advanced subplots in matlab
Hi People, there is a new interesting video blog etnry at matlab. It talks about advanced technics to make subplots.
you can find the video here:
Posted by otmezger at 7:05 AM 0 comments
Labels: matlab, matlab plots, matlab subplots