Out of Memory Error
Hi, I retrieve data from a MS Access file and I get the following error message: Java exception occurred: java.lang.OutOfMemoryError: Java heap space .. Error in ==> cursor.fetch at 109 dataFetched = dataFetch(fet,resultSetMetaData,p.NullStringRead,p.NullNumberRead); Is there anyway I can solve ... 30 May 2007 09:21
deploying standalone executable in Matlab 7
hi, I have .exe file of my .m file.. But when I an trying to execute that .exe on system not having Matlab getting error reporting about �. mclmcrrt.dll not present� I have already executed MCRInstaller.exe on the system without Matlab� but not working.. pls help me.. thanks in advance ... 6 Jun 2007 03:22
sessation problem in command window
My MATLAB software got a serious problem that it always shuts down in one second after opening into the main screen (Command Window). It cannot be solved even I re-install MATLAB or Windows XP so many time. LAPTOP CONFIGURATION:COMPQUE V6212AU AMD Turion� 64 X 2 dual-core mobile technology TL-52 2 GB RAM, WIN XP... 25 May 2007 06:41
non-sorting SVD
i need to have the singular values diag(S) as in X=U*S*V' in a non-sorted order: is there a modified svd-like function that does this? thanks for your help duccio testa ... 24 May 2007 11:56
mcc
I try to use mcc, but it give me this error. why? version ans = 7.0.4.352 (R14) Service Pack 2 mcc ??? Undefined function or variable 'mcc'. ... 21 May 2007 00:46
Matlab 7 Mac OS X intel timeout waiting for window to show up
Hello, I have a problem with my new Matlab version Matlab 7.4.0 (R2007a) on Mac OS X version 10.4.8 intel duocore. When I run my program I have the following error: ??? Error using ==> figure UIJ_AreThereWindowShowsPending - timeout waiting for window to show up. I use the same program with my last Matlab ... 20 May 2007 15:29
Sliceing a Frustum
The function below will generate 3-D surface geometry of a Frustum: function [X,Y,Z]=frus(rb,rt,h,n,noplot) % % [X,Y,Z]=frus(rb,rt,h,n,noplot) % ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ % % This function computes points on the surface % of a conical frustum which has its axis along % the z axis. % % rb,rt,h - the bas... 20 May 2007 15:29
yyplot: change color
Hi, I use "yyplot" to draw two datasets into one diagram. The problem is the color of the lines (and of their axes). How can I change the color of the lines and of the axes with a m-script? Thanks Peter ... 16 May 2007 12:44
Simulink - Variable transfer function block
Hi, With Simulink, how can I create a continuous time transfer function, with one parameter as input? Example : H(s) = 1/(1+2s+a*s^2) implemented in a simulink block with two inputs and one output : - one input would be the continuous time signal to filter - one input would be the a parameter - output wou... 12 May 2007 09:07
Rule Base
I have a final project for my bachelor degree for rain forecasting, and i'm using fuzzy logic. i use matlab's fuzzy inference system and got stuck with how i could build a rule base for my 2,5 years data, which is about 800 data of every day weather parameter. i got 6 input and 1 output. i got confuse how am i gonn... 16 May 2007 23:37