source: ResearchApps/PHY/MIMO_OFDM/SG10/fixScopes.m

Last change on this file was 1717, checked in by murphpo, 12 years ago

creating SG10 subdirectory to separate Sysgen 10 model (for v1 kits); the files in MIMO_OFDM will be Sysgen 13+ from now on

File size: 228 bytes
Line 
1%Bug fix for Simulink scopes running out of resources
2allScopes = findall(0, 'Type', 'Figure', 'Tag', 'SIMULINK_SIMSCOPE_FIGURE');
3set(allScopes, 'Render', 'painters');
4warning('off', 'Simulink:SL_ScopeRendererNotZBuffer');
Note: See TracBrowser for help on using the repository browser.