Skip to content

bionanoimaging/Khoros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The toobox provides the "glue" to call executables from the khoros toolbox from within Matlab. It also provides binaries for a few home-written khoros glyphs. Installation Instructions: Clone the repository and copy it into a folder accessible by Matlab

In the code below change "khorosBin" to the binary folder appropriate to your system (if it is not Windows). The following lines should be added to your startup.m file in Matlab:

PublicPATH='Y:\MATLAB\Toolboxes'; % All the public toolboxes are in here. CHANGE THIS IF NEEDED TO YOUR INSTALLATION PATH %% Initialize Khoros global KhorosOutput %KhorosOuput is returned to this global variable global KhorosRoot KhorosRoot=[PublicPATH '\khoros\khorosBin']; addpath([PublicPATH '\khoros']); addpath([PublicPATH '\khoros\khorosBin']);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages