First
|
Prev |
Next
|
Last
Pages: 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183
Changing cell color in uitable "Yair Altman" <altmanyDEL(a)gmailDEL.comDEL> wrote in message <gvs7q9$i6j$1(a)fred.mathworks.com>... "Hans Gohle" <ghostryder(a)gmx.de> wrote in message <gvmama$fte$1(a)fred.mathworks.com>... Hi all, http://forums.adobe.com/message/2642616 I tried the following CellRenderer provided by Yair Altman: ... 8 Mar 2010 07:29
Matlab 2009b ,NetBeans Hi - I have not been able to figure out why I am getting the no class def error. I have verified and reverified my library path. I am running Netbeans 6.5 on a windows xp machine. My import statement is: import com.mathworks.jmi.*; Here is my decleration" Matlab matlab = null; Exception in thread "main" ja... 8 Mar 2010 07:29
Coskewness and cokurtosis Hi, I am trying to estimate the entire skewness matrix and the kurtosis matrix of n different time series. I know the ML estimator for the kurtosis and the skewness but how do I estimate the coskewness and the cokurtosis? Thanks! Mads ... 8 Mar 2010 07:29
Recursion limit I am trying to solve nonlinear implicit functions using fminsearch. When I execute the program I get an error of: ??? Maximum recursion limit of 1 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. How should I mi... 8 Mar 2010 07:29
fullscreen command hallo there! I have a problem with the fullscreen function. The display does not correspond to the given luminance.what changes can i make to get the desired luminance? i ve tried colormap but it doesnt correspond as well. when i give luminance equal to 1 i need to measuret exactly luminance 1(with a photometre) ... 8 Mar 2010 07:29
symbolic array into double Dear Matlab Users, As a solution of two equationa I got two symbolic solutions: x=[r(3) -r(3)] and y=[ 2*r(1), r(2)]. r is defined as r=[1.5 3 4.5 6 7.5 9]. I tried to use 'double' to convert my x and y to numeric array. But it does not work. Could you please tell me how I can do that. Thanks. Sharif ... 8 Mar 2010 10:47
Background Removal Hi, Just read this post and was wondering if there are ant functions within Matlab that can compute the mode or mean of multiple frames over time. I have tried a simple for loop (mean calculation) from an earlier post, using imadd, whereby each frame is read in and added to an imtoal (running total) and then divi... 8 Mar 2010 06:24
Edge Detection I am just wondering, is edge detection applicable to hue or saturation images? or just grayscale image? comparing between edge detection in grayscale and color images, which is better? ... 8 Mar 2010 08:34
Adding Constraint in Simbiology Hi, When I ran my model simulation in simbiology, some of the concentration of the species/metabolites become negative which is theoretically not possible. I would like to put constraint on the metabolites so that they cannot take any negative value. How would I do that in Simbiology? Thank You ... 5 Apr 2010 10:28
GA and direct search TOOLBOX, exitflag 4 meaning Hi I used GA solver along with non linear constraint. The GA gets terminated after 5 generations and gives exitflag 4. When I didnt use non linear constraint the exitflag was 1 and terminated after 50 generations. Could some one tell me the reason. Also which one would be a better answer, the one with exit flag 4 or e... 8 Mar 2010 17:32 |