X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 25 Aug 2008 04:12 AM by  anon
Unable to allocate memory
 0 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
25 Aug 2008 04:12 AM
      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  
    You are not authorized to post a reply.