Changes between Version 5 and Version 6 of edk_user_repository


Ignore:
Timestamp:
Aug 21, 2008, 3:42:43 PM (16 years ago)
Author:
sgupta
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • edk_user_repository

    v5 v6  
    1818
    1919For MATLAB to recognize the WARPLab toolbox:
    20  1. Launch MATLAB.
    21  1. Type 'addpath "C:\WARP_Repository\ResearchApps\PHY\WARPLAB\WARPLab_MIMO2x2_MIMO4x4\M_Code_Source"' on the command line.
    22  1. And then execute 'savepath'. This will ensure that the toolbox is added to the MATLAB path permanently.
     20 1. Launch MATLAB and run the following.
     21{{{
     22addpath "C:\WARP_Repository\ResearchApps\PHY\WARPLAB\WARPLab_MIMO2x2_MIMO4x4\M_Code_Source"
     23savepath
     24rehash toolboxcache
     25rehash toolbox
     26clear all functions
     27}}}
    2328