User manual MATLAB AEROSPACE TOOLBOX RELEASE NOTES

DON'T FORGET : ALWAYS READ THE USER GUIDE BEFORE BUYING !!!

If this document matches the user guide, instructions manual or user manual, feature sets, schematics you are looking for, download it now. Diplodocs provides you a fast and easy access to the user manual MATLAB AEROSPACE TOOLBOX. We hope that this MATLAB AEROSPACE TOOLBOX user guide will be useful to you.


MATLAB AEROSPACE TOOLBOX RELEASE NOTES: Download the complete user guide (127 Ko)

Manual abstract: user guide MATLAB AEROSPACE TOOLBOXRELEASE NOTES

Detailed instructions for use are in the User's Guide.

[. . . ] The software may be used or copied only under the terms of the license agreement. No part of this manual may be photocopied or reproduced in any form without prior written consent from The MathWorks, Inc. FEDERAL ACQUISITION: This provision applies to all acquisitions of the Program and Documentation by, for, or through the federal government of the United States. [. . . ] For example, when you upgrade from V1. 0 to V1. 2, review the release notes for V1. 1 and V1. 2. What Is in the Release Notes New Features and Changes · New functionality · Changes to existing functionality Version Compatibility Considerations When a new feature or change introduces a reported incompatibility between versions, the Compatibility Considerations subsection explains the impact. Compatibility issues reported after the product release appear under Bug Reports at The MathWorksTM Web site. Bug fixes can sometimes result in incompatibilities, so review the fixed bugs in Bug Reports for any compatibility impact. Fixed Bugs and Known Problems The MathWorks offers a user-searchable Bug Reports database so you can view Bug Reports. The development team updates this database at release 2 Summary by Version time and as more information becomes available. Bug Reports include provisions for any known workarounds or file replacements. Information is available for bugs existing in or fixed in Release 14SP2 or later. Access Bug Reports using your MathWorks Account. 3 Aerospace Toolbox Release Notes Version 2. 5 (R2010a) Aerospace Toolbox This table summarizes what's new in Version 2. 5 (R2010a): New Features and Changes Yes Details below Version Compatibility Considerations No Fixed Bugs and Known Problems Bug Reports Related Documentation at Web Site Printable Release Notes: PDF Current product documentation · "New Gravity Centrifugal Effect Function" on page 4 · "New Spherical Harmonic Gravity Model Function" on page 4 · "New Gas Dynamics Functions" on page 4 · "Updated World Magnetic Function" on page 5 · "Demos" on page 5 New Gravity Centrifugal Effect Function The gravitycentrifugal function implements the centrifugal effect for eight planets and the Moon, plus the capability to customize this effect. New Spherical Harmonic Gravity Model Function The gravitysphericalharmonic function implements the spherical harmonic gravity models for Earth (EGM2008, EGM96), Moon (LP100K, LP165P), and Mars (GMM2B), plus the capability to customize these models. New Gas Dynamics Functions New gas dynamics functions, including isentropic flow (flowisentropic), normal shock (flownormalshock), Rayleigh flow (flowrayleigh), Fanno flow (flowfanno), and Prandtl-Meyer flow (flowprandtlmeyer). 4 Version 2. 5 (R2010a) Aerospace Toolbox Updated World Magnetic Function Updated wrldmagm function to include world magnetic model for years 2010-2015 (WMM-2010). Demos The Comparing Zonal Harmonic Gravity Model to Other Gravity Models demo has been updated to include comparison of other gravity models. 5 Aerospace Toolbox Release Notes Version 2. 4 (R2009b) Aerospace Toolbox This table summarizes what's new in Version 2. 4 (R2009b): New Features and Changes Yes Details below Version Compatibility Considerations No Fixed Bugs and Known Problems Bug Reports Related Documentation at Web Site No · "New Zonal Harmonic Gravity Model Function" on page 6 · "Support for FlightGear 1. 9. 1" on page 6 New Zonal Harmonic Gravity Model Function The gravityzonal function implements the zonal harmonic gravity model. Support for FlightGear 1. 9. 1 Aerospace Toolbox Version 3. 4 now supports FlightGear Version 1. 9. 1. For more information on working with FlightGear, see "Using Aero. FlightGearAnimation Objects" in the Aerospace Toolbox User's Guide. 6 Version 2. 3 (R2009a) Aerospace Toolbox Version 2. 3 (R2009a) Aerospace Toolbox This table summarizes what's new in Version 2. 3 (R2009a): New Features and Changes Yes Details below Version Compatibility Considerations No Fixed Bugs and Known Problems Bug Reports Related Documentation at Web Site No · "Support to Read File Type 21 for 2007 Version of DATCOM" on page 7 · "Using FlightGear Version 1. 9. 0 with Aerospace Toolbox" on page 7 Support to Read File Type 21 for 2007 Version of DATCOM The datcomimport function has been enhanced to read file type 21 for 2007 DATCOM files. In previous releases, the Aerospace Toolbox read only file type 6. Using FlightGear Version 1. 9. 0 with Aerospace Toolbox Aerospace Toolbox Version 2. 3 does not support FlightGear Version 1. 9. 0. You can use this procedure. 1 In the MATLAB Command Window, create a FlightGear animation object. h = Aero. FlightGearAnimation; 2 Set the FlightGear animation object property FlightGearVersion to 1. 0. h. FlightGearVersion = '1. 0'; 3 Set the FlightGear animation object property FlightGearBaseDirectory to the location of FlightGear Version 1. 9. 0. h. FlightGearBaseDirectory = 'C:\Program Files\FlightGear190' 7 Aerospace Toolbox Release Notes 4 Generate the run script. GenerateRunScript(h) 5 Open the custom FlightGear run script with a text editor and change the input parameter '--airport-id=' to '--airport='. 6 Save and close this file. For more information on working with FlightGear, see "Using Aero. FlightGearAnimation Objects" in the Aerospace Toolbox User's Guide. 8 Version 2. 2 (R2008b) Aerospace Toolbox Version 2. 2 (R2008b) Aerospace Toolbox This table summarizes what's new in Version 2. 2 (R2008b): New Features and Changes Yes Details below Version Compatibility Considerations No Fixed Bugs and Known Problems Bug Reports Related Documentation at Web Site Printable Release Notes: PDF Current product documentation New features and changes introduced in this version are · "Support for 2007 Version of DATCOM File" on page 9 · "FlightGear Version 1. 0 with Aerospace Toolbox" on page 9 · "FlightGear Animation Object play Method Now Supports Custom Timers" on page 10 Support for 2007 Version of DATCOM File The datcomimport function has been enhanced to support the 2007 DATCOM file in addition to the 1976 and 1999 DATCOM files. FlightGear Version 1. 0 with Aerospace Toolbox Aerospace Toolbox Version 2. 2 now supports FlightGear Version 1. 0. To access this version of FlightGear, you can use this procedure. 1 In the MATLAB Command Window, create a FlightGear animation object. h = Aero. FlightGearAnimation; 2 Set the FlightGear animation object property FlightGearVersion to 1. 0. h. FlightGearVersion = '1. 0'; 9 Aerospace Toolbox Release Notes 3 Set the FlightGear animation object property FlightGearBaseDirectory to the location of FlightGear Version 1. 0. h. FlightGearBaseDirectory = 'C:\Program Files\FlightGear10' For more information on working with FlightGear, see "Using Aero. FlightGearAnimation Objects" in the Aerospace Toolbox User's Guide. FlightGear Animation Object play Method Now Supports Custom Timers The FlightGear animation object play method now supports custom timers. In previous releases, you needed to create your own play method if your FlightGear animation object was used with custom timers. This is no longer necessary. 10 Version 2. 1 (R2008a) Aerospace Toolbox Version 2. 1 (R2008a) Aerospace Toolbox This table summarizes what's new in Version 2. 1 (R2008a): New Features and Changes Yes Details below Version Compatibility Considerations No Fixed Bugs and Known Problems Bug Reports Related Documentation at Web Site No · "Support for 1999 Version of DATCOM File" on page 11 · "Using FlightGear Version 1. 0 with Aerospace Toolbox" on page 11 Support for 1999 Version of DATCOM File The datcomimport function has been enhanced to support the 1999 DATCOM file in addition to the 1976 DATCOM file. Using FlightGear Version 1. 0 with Aerospace Toolbox Aerospace Toolbox Version 2. 1 does not support FlightGear Version 1. 0. [. . . ] · Converts units and transforms coordinate systems and spatial representations. · Implements predefined utilities for aerospace parameter calculations, time calculations, and quaternion math. 15 Aerospace Toolbox Release Notes · Imports aerodynamic coefficients directly from the U. S. · Interfaces to the FlightGear flight simulator, enabling visualization of vehicle dynamics in a three-dimensional environment. [. . . ]

DISCLAIMER TO DOWNLOAD THE USER GUIDE MATLAB AEROSPACE TOOLBOX




Click on "Download the user Manual" at the end of this Contract if you accept its terms, the downloading of the manual MATLAB AEROSPACE TOOLBOX will begin.

 

Copyright © 2015 - manualRetreiver - All Rights Reserved.
Designated trademarks and brands are the property of their respective owners.