https://github.com/eywalker/mockclustering
Experimental modifications to sorting toolchain in at-core
https://github.com/eywalker/mockclustering
Last synced: 4 months ago
JSON representation
Experimental modifications to sorting toolchain in at-core
- Host: GitHub
- URL: https://github.com/eywalker/mockclustering
- Owner: eywalker
- Created: 2014-06-04T06:11:45.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-06T19:09:18.000Z (about 11 years ago)
- Last Synced: 2025-02-05T16:47:20.497Z (5 months ago)
- Language: Matlab
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#MockClustering
Experimental modifications to the sorting toolchain in at-core.## How to Use
1. Simply clone the repository and add "+mock" directory to your Matlab path. You could also just run setPath.m in the project directory to do so.
2. To see if it works, type
` mock.Experimenter
In Matlab. If this works without a problem, you are good to go. If you get error message like "permission denied", you probably don't have access right to the underlying database (edgarSandbox). If this happens, either change the database pointed to in +mock/getSchema.m, or contact Edgar Walker to be granted access permissions.