First
|
Prev |
Next
|
Last
Pages: 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556
memmapfile error I am receiving the following error when trying to perform a memmapfile for the second time within some code: 'Not enough storage is available to process this command.' The files I am accessing are large, however I have 1 GB of RAM and plenty of available disk space. I have increased virtual memory but this doesn't... 17 Apr 2007 11:31
Matching Pursuit code HI, I am searching for Matching Pursuit code in Matlab (for 1D signal). Can anyone have information for this? Plz help Ashutosh ... 14 Apr 2007 02:25
matlab runtime error on Core 2 Duo Hi to all I run the code with GUI aplication, which uses daq toolbox objects and function. This aplication run without problem on desktop PC. With the same Matlab version I get this runtime error on my notebook. The error occures irregularly and most when daq obj ao is used. Microsoft C++ runtime library Run... 11 Apr 2007 09:09
problem with print Hi! I want to print (save) a figure to a pdf file. I've tried with this command: print -dpdf figurename.fig It doesnt seem to have problem but I expect to find a file .pdf somewhere but there isn't. Is the command wrong? thanks ... 11 Apr 2007 05:19
pwelch Hi, Is it correct that for pwelch, the data sequence n is divided into 8 section of equal length with 50% overlap. if I do not specify nfft, the default value is 256, i.e. if the length of segment is inferior at 256, it is completed by a zero padding to 256 length sequence to compute the fft in ecah sequence. ... 9 Apr 2007 05:09
plotting into multiple axes I am trying to plot 2 lines over an image and the x coordinates of the image and the lines need to be correlated. for example: im=rand(50); im_x=linspace(0,10,50); im_y=linspace(0,100,50); x=linspace(1,10,100); y1=5*cos(x)+5; y2=5*sin(x)+5; creates a 50x50 image and 2 lines with 100 points each, but th... 5 Apr 2007 13:57
SIMULINK: Error using ==> RTW.genMakefileAndBuild Hi! I'm trying to read data from a NI PCI-6052e data acquisition card via Simulink. The card works in Matlab and even in LabView. But I can't fix the errors in Simulink. Maybe I did the wrong settings. I use a "PCI-6052E-AnalogInput"-Block from the Library: Simulink\xPC Target\A/D\NationalInstruments\ and c... 29 Mar 2007 03:29
PCA for Pattern Recognition Hi! I'm trying to use PCA in a pattern recognition problem but I don't know how to finish it. I'm using the function pca from STPRTOOL, which has the form, model=pca(input) after do this I have the model with the eigenvalues, but I don't have the eigenvectors. I don't know how I'm going to construct the fi... 26 Mar 2007 02:16
reading focal length from EXIF data I want to extract specific information (focal length) from my images through accessing the EXIF in Matlab. I know there's the exifread.m but it gives an error: ??? Error using ==> exifread Filename must be a character array. The Help page for 'exifread' says: IMAGEFILE should be a JPEG or TIFF image file. O... 22 Mar 2007 14:25
Simulink if loop Hello experts, In my model in Simulink, I have a loop with an integrator, e.g. the model in this figure: <http://juriansluiman.nl/storage/16/example.JPG> Here includes the B subsystem an integrator. The input from B cannot be zero, so I tried an if-case with two if-action subsystems. After the sum, I detect ... 21 Mar 2007 07:51 |