|
Frequently Asked Questions
VCR Computational Platform plugin
I cannot find a plugin for the platform I use.Why not Write One? It’s easy. Public VCR repository
I have private data or proprietary code that I cannot submit to a public repository.For daily work, you can tell your plugin to use secure (SSL) communication, and securely submit everything to your private repository. (See the tutorial and user’s manual). As for publishing your computation in a public repository, add the directive withheld before the directive chronicled (for a function with proprietary code) or verifiable (for variables containing private data). Example
withheld verifiable a = 5; withheld chronicled I = randperm(5);
Private individual and group VCR repository
VCR Matlab plugin
|