help
help > RE: spatial processing error
Sep 20, 2017 11:09 PM | Frank Fishburn
RE: spatial processing error
I've had this issue before. Sorry if my explanation is vague, but I
haven't used this toolbox in several months, so the details are a
little fuzzy. The issue is that it's calling the function "split"
rather than the variable. The fix is to go in and change something
like:
Again this is all from distant memory, so the details might be off. Hopefully this will be fixed in a future release.
load('split.mat');
tocmap = load('split.mat');
And then all references to "split" should be changed to
"cmap.split"Again this is all from distant memory, so the details might be off. Hopefully this will be fixed in a future release.
Threaded View
| Title | Author | Date |
|---|---|---|
| s-tar | Sep 20, 2017 | |
| Frank Fishburn | Sep 20, 2017 | |
| Don Rojas | Sep 20, 2017 | |
