Hi,
I have a memory problem!
When I run my program I obtain the error:
"Unable to allocate memory: to make array. Not enough space"
The error occurs when I try to make this:
LocalThresholdResultsFinal = [[LocalThresholdResultsFinal], REPLICATE({LocalThresholdResultsFinal}, IndTmpGrowSize[1])]
where
LocalThresholdResultsFinal = {LocalThresholdResultsFinal, ind:UINTARR(2, 1),CFARResultsNmog:0L, CFARResultsPar_mog:DBLARR(LocalThresholdLocalFitnmod,3),CFARResultsLike:0d ,CFARResultsPixelIntensity:0L, CFARResultsLocalThreshold:0L}
and
IndTmpGrowSize[1] = 6787536
Any sugestions to solve it?
Cheers,
Sara
|