Equivalent R2010b Toolboxes in R2011a

1 view (last 30 days)
I'd like to run some Simulink code originally written with R2010b on R2011a. The code does not run on R2011a because I presumably don't have all the necessary toolboxes. The toolboxes used for this code in R2010b are (from the 'ver' command):
Communications Blockset Version 5.0 (R2010b) Communications Toolbox Version 4.6 (R2010b) Fixed-Point Toolbox Version 3.2 (R2010b) Signal Processing Blockset Version 7.1 (R2010b) Signal Processing Toolbox Version 6.14 (R2010b) Simulink Fixed Point Version 6.4 (R2010b) System Identification Toolbox Version 7.4.1 (R2010b)
What are the equivalent toolboxes in R2011a? I already have, for 2011a, toolboxes
Communications System Toolbox Version 5.0 (R2011a) DSP System Toolbox Version 8.0 (R2011a) Fixed-Point Toolbox Version 3.3 (R2011a) RF Toolbox Version 2.8.1 (R2011a) Signal Processing Toolbox Version 6.15 (R2011a)
I belive Mathworks has reconfigured some of the toolboxes so that there may no longer be a correspondence between R2010b toolboxes and R2011a toolboxes.
Thanks Kofi

Accepted Answer

Fangjun Jiang
Fangjun Jiang on 27 Jul 2011
This link might help.

More Answers (1)

Kofi
Kofi on 27 Jul 2011
Yes, that link helps. Thanks. To summarize
  • R2010b[Signal Processing Blockset +Signal Processing Toolbox]is now replaced by2011a[DSP Systems Toolbox +Signal Processing Toolbox]
  • R2010b[Communications Blockset + Communications Toolbox] is now replaced by2011aCommunications Systems Toolbox
I presume
  • Simulink Fixed Point
  • Fixed Point Toolbox
  • System ID Toolbox
do not change. Therefore I need Simulink Fixed Point and System ID Toolbox.
Thanks Kofi
  1 Comment
Fangjun Jiang
Fangjun Jiang on 27 Jul 2011
I wonder what error messages did you got. It may tell you what exact Toolbox you need.

Sign in to comment.

Categories

Find more on Floating-Point to Fixed-Point Conversion in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!