Out of memory & Function MEMORY is not available on this platform well guys is very strange... since: when I type: help memory I am to get response from Matlab as: .... Example 1: Run the MEMORY command on a 32-bit Windows system: .... Example 2: Run the MEMORY command on a 64-bit Windows system: .... Example 3: Run the MEMORY command with two outputs on a 32-bit Win... 4 Aug 2010 12:30
Problem with fscanf, char to double and fread. I too have this problem. Anyone had any ideas? Tom ... 4 Aug 2010 10:18
speed up cell array operations i have the following code that i am trying to speed up: r_matrix = zeros(length(r)); for i = 1:length(r) i for j = i:length(r) r_matrix(i,j) = 1 - (length(intersect(r{i},r{j})) / length(union(r{i},r{j}))); end end first i load 'r' from a .mat file.... 4 Aug 2010 12:30
Determine angle of rotation I asked a smilar question before, but did not get anywhere. I drew an example which can be viewed here: http://www.flickr.com/photos/29009236(a)N02/4860312546/. we have about 2000 pictures similar to this one, with the particle in different positions and rotations. Is it possible to determine the rotation angle of the pa... 10 Aug 2010 14:41
blockproc takes much longer than blkproc I want to downsample a binary image "I" such that no 1s are "lost" in the downsampling. I originally used blkproc like so: ds_KeepWhite = @(x) max(x(:)); .... calculate "blk_size" ... I_ds = blkproc(I,[blk_size blk_size],ds_KeepWhite); This worked and would take about 20 seconds ("I" is a large image). I then... 5 Aug 2010 11:19
SOS! How to deploy Matlab project? Hi all, I couldn't get it to work. I have a Matlab project with files in a few subfolders under the main folder. The main script is under the main funder and then it runs the scripts under each subfolders ... I opened up the DeploymentTool, and add the "main_work_flow" function ... I thought it will b... 5 Aug 2010 14:39
??? Maximum recursion limit of 500 reached due to loop Hi I am a new user of Matlab and have a problem in creating for loops. The message I have received is: ??? Maximum recursion limit of 500 reached. Use set(0,'RecursionLimit',N) to change the limit. Be aware that exceeding your available stack space can crash MATLAB and/or your computer. Error in ==> calculTP... 4 Aug 2010 12:30
Cdata Normal Does MATLAB use this same vertex normal data when one specifies using the 'fill' command? I am trying to fill portions of a spoke wheel pattern light and dark (from the centre to the radius) and want the color grade to change with the angle and not simply with the value of X as it does currently. Do you have any ide... 4 Aug 2010 10:18
Problem with compiling Truetime hello I have just started to use TrueTime. I am using Microsoft Visual Studio 2008 and MATLAB version of R2010a in Windows 7. The truetime version is TrueTime 1.5. I am having the following error when iam trying to compile truetime. make_truetime Compiling TrueTime kernel block... ttkernelMATLAB.cpp c:\... 4 Aug 2010 10:18
structure of data uicontrol Hello to everyone, I have some structure of variables called st: st: hfigure: {[1] [] [3] [] []} hz: [0.1000 0.1000 0.1000 0.1000 0.1000] deltaz: [1 1 1 1 1] icxx: [0 0 0 0 0] isxxy: [0 0 0 0 0] and a need to call the function "stoprecording" with an uicontrol: ... 4 Aug 2010 10:18 |