Seth on Simulink

July 22nd, 2008

R2008b: Simulink!

I just downloaded and installed the R2008b prerelease, and you can too!

About MATLAB R2008b

Currently licensed users of MathWorks products have access to download and install the R2008b prerelease here (requires login).

Download R2008b from the web.

The prerelease gives you two important benefits:

  1. You get instant access to evaluate all the new features in R2008b.
  2. Ensure compatibility for your models and workflow.

The prerelease is an important part of the process used by the MathWorks to ensure smooth upgrades.  This is your best chance to report any issues you run into with R2008b. Tell us now, and there’s a chance we can address it before the general release this Fall. We’re excited about the new release. Give it a try and see what you think.

2 Responses to “R2008b: Simulink!”

  1. Dan replied on :

    I’d like to thank all of you for implementing a new object model. The old one was less than user friendly.

    Can the new objects be used with Simulink? More specifically, is there a way to derive a class from a parent block class and just overload callbacks instead of going about the standard S-function method? This would be incredibly useful.

  2. Seth replied on :

    @Dan - The new object system can be used as part of M-file S-functions, as well as model callbacks. There is currently no mechanism to derive a class from blocks as you describe. Thanks for your suggestion!

Leave a Reply

Wrap code fragments inside <pre> tags, like this:

<pre class="code">
a = magic(3);
sum(a)
</pre>

If you have a "<" character in your code, either follow it with a space or replace it with "&lt;" (including the semicolon).


Seth Popinchalk is an Application Engineer for The MathWorks. He writes here about Simulink and other MathWorks tools used in Model-Based Design.
  • wei: @Ashish, I agree with your observation on compiler optimization but fail to see why Han’s code would be...
  • Ashish Sadanandan: Han, Sorry for butting in with a reply, but the modification to the for-loop you’ve...
  • arun kumar: dear seth i have been involved in developing and simulating asynchronous systems for my VLSI lab. in...
  • Han Geerligs: Hi Aarti, thanks for providing the example! I was just wondering why the lines model_YDim = model_XDim;...
  • Seth: @Han - Aarti’s response is in a post titled Generated Code for Variable Size Signals.
  • garla: what is advantage of exporting the bus object with the format as “cell” and “object” ....
  • J.r: @ Guy - Example sent to your account. Thank you.
  • Guy: @ J.r - The ability for atomic subsystems and Model Reference to remove the “fake algebraic loop”...
  • J.r: Sorry to hit an old thread, but this seems like the best place to solicit help on this topic. Is there supposed...
  • Bindu: please tell me how can i get the sampling time used in simulation

These postings are the author's and don't necessarily represent the opinions of The MathWorks.