Difference between revisions of "Download and setup LIBISIS"

From LIBISIS
Jump to navigation Jump to search
 
Line 1: Line 1:
 
Latest libisis build
 
Latest libisis build
 
*[[Media:libisis_2008_01_18_1356.zip|libisis_2008_01_18_1356.zip]]
 
*[[Media:libisis_2008_01_18_1356.zip|libisis_2008_01_18_1356.zip]]
 +
* Unpack this file into '''C:\mprogs''' or a directory of your choice eg '''X:\analysis'''
 +
* Copy the libisis_start.m file into C:\mprogs or into the directory where your matlab starts
  
* Unpack this file into C:\mprogs
+
* there are two ways you can make sure the paths are set in the matlab instance
 
+
** call the libisis_start function from the command line, with the name of the libisis directory which was unpacked
* Copy the libisis_start.m file into C:\mprogs
+
<pre>
 +
>> libisis_start('C:\mprogs\libisis_2008_01_18_1356')
 +
>>
 +
>> libisis_start('X:\analysis\libisis_2008_01_18_1356')
 +
</pre>
 +
** or you can add the line above into your startup.m, the path to the libisis_start function '''must''' of course be in the matlab path, so you may have to add C:\mprogs or X:\analysis to the path in the startup.m already

Revision as of 11:29, 25 January 2008

Latest libisis build

  • libisis_2008_01_18_1356.zip
  • Unpack this file into C:\mprogs or a directory of your choice eg X:\analysis
  • Copy the libisis_start.m file into C:\mprogs or into the directory where your matlab starts
  • there are two ways you can make sure the paths are set in the matlab instance
    • call the libisis_start function from the command line, with the name of the libisis directory which was unpacked
>> libisis_start('C:\mprogs\libisis_2008_01_18_1356')
>>
>> libisis_start('X:\analysis\libisis_2008_01_18_1356')
    • or you can add the line above into your startup.m, the path to the libisis_start function must of course be in the matlab path, so you may have to add C:\mprogs or X:\analysis to the path in the startup.m already