First
|
Prev |
Next
|
Last
Pages: 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329
How do you know when you are debugging? In many languages, it is possible to know while executing the code, if the code is currently being debugged or not. Is there a built-in Matlab mechanism for the program to know when it is running in the debugger? Otherwise I would set a global variable, but hey, why bother if it isn't necessary... Thanks. ... 8 Feb 2010 23:39
Spectral Unmixing GFP and YFP from single RGB image Hi, I have set of images with GFP and YFP labeled cells. The images are RGB images. I am wondering if anybody out their tried to separate the two signals from GFP and YFP respectively. I searched online and in journals. But, I could not find any references around. Any ideas are appreciated. Thank You, Ravi. ... 8 Feb 2010 22:33
[Time series] everything in one column. Need matrix. Hi. Have search already for couple hours but cannot find a solution. Suppose i have the following matrix '1-1-1999' 1 '1-2-1999' 2 '1-3-1999' '1-1-1999' 3 '1-2-1999' 4 '1-3-1999' 6 but i need it in this format: '1-1-1999' 1 3 '1-2-1999' 2 4 '1-3-1999' 6 indeed there is missing d... 8 Feb 2010 19:06
Plot gaussian contour I have a bunch of data which I try to fit into a bivariate gaussian distribution as shown in the code below. The problem I face now is I don't know how to plot a gaussian contour to overlap on the data. Any help will be appreciated. Attached the code, X = rand(100,2) [n,d] =size(X) scatter(X(:,1... 8 Feb 2010 19:06
Prediction for ARMAX model Hi Im having some problems calculating predictions for ARMAX model which I created. The model is modeling rougly 100 datapoints and I which to predict the next hundred or so which are unknown now. The input variables are known for the 100 datapoints which are also known and also for the next 100. What I have done i... 8 Feb 2010 19:06
Searching cell array I have a cell array in a structure sys.T : sys= T: {1x8 cell} Each cell contains a one dimensional array, e.g.: sys.T{1} ans = 1 3 13 8 7 2 I want to find the cells containing for instance 3. Based on my searching results I try: find(cellfun(@(x) x==3,sys.T)) ??? Error using ==> c... 9 Feb 2010 04:00
Scrollable Panel Hi. I saw a similar post a while back for creating a scrollable panel, but it is not doing what I want. I created a main container panel that contains (1) a scrolling panel (that can grown in size vertically for adding more components) and (2) a scrollbar. Everything works great and I can scroll the inner panel up a... 8 Feb 2010 15:39
Question regarding TriScatteredInterp try F = TriScatteredInterp(x,y,z,'natural'); --- frmsrcurl: http://compgroups.net/comp.soft-sys.matlab/Question-regarding-TriScatteredInterp ... 8 Feb 2010 15:39
simulink error function' #28 I want to get the inverse kinematic model of a robot using the Jacobian matrix, I came up with the matrix and I made a simulink model with an embedded function in which the parameters are the desired position and the desired joint values (feedback) when I called the function I got this error message ??? Error repo... 8 Feb 2010 15:39
Active x in simulink i want to configure Active x block in Simulink for window photo gallery , please give me suggestion or example i am really in need of it......... thanx .......... ... 8 Feb 2010 14:30 |