source: ResearchApps/PHY/MIMO_OFDM/fixScopes.m

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

cleaning up PHY directory; coded PHY is now primary OFDM_MIMO model

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.