First  |  Prev |  Next  |  Last
Pages: 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214
find value in partly empty cell array
hello i need to find an value in a partly empty cell array with different data types (incl. serial- object) and return the index of the position of the value. let's assue we have s1=serial('COM1'); s2=serial('COM2'); cellArray = {'aa' [] [] [] ; 'bb' [9600] [2] s2 }; so now i want to check, if there is a value... 21 Jul 2010 08:03
Neural Network
Dear all, I’m experiencing some problems and was hoping that you could help me? Firstly, whenever I try to create a Neural network of 140 input vectors and 36 target vectors, with 50 neurons in the hidden layer, I always get an error message from the training function regarding the memory. Do you maybe know w... 22 Jul 2010 00:34
3D Radiation Pattern
Dear Friends, Please help me to plot 3D radiaiton pattern in Matlab. It is very very urgent, I should finish it this week. I have dat. file, whose style is as follows (as an example): THETA PHI Directivity 0 0 some value 0 pi/4 some value ... 21 Jul 2010 10:13
Paste 2D array into excel via activex
I've managed to select a range of cells in my workbook and I want to paste an array into those cells. Select(Range(ActSheet,'A1:C100')); I then tried to use ActCell = get(Spreadsheet1,'ActiveCell'); set(ActCell,'Value',data); but it didn't work. I assumed the active cell property would cover the whole rang... 21 Jul 2010 05:54
What is this error in mex
nfftmex.c:43: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ nfftmex.c:55: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ nfftme... 21 Jul 2010 03:46
MCMC and SDE
I am a beginner in both mcmc and sde. Kindly, I am asking if anyone can help me to have a matlab code that treats sde by mcmc. For instance, parameters estimation of sde by mcmc. mcmc = Markov chain Monte Carlo sde = Stochastic differential equation ... 21 Jul 2010 03:46
Binary Matrix Manipulation
I want to find the first occurrence of 1 in each row of a binary matrix and convert all other elements to 0 AND convert all elements to the right of 1 to one. For example. A = [0 0 0 1; 1 0 0 1; 0 0 0 0; 0 1 0 0]. Then I want two matrices: A1 = [ 0 0 0 1; 1 0 0 0; 0 0 0 0; 0 1 0 0] and A2 = [0 0 0 1; 1 1 1 1; 0 0 0 0... 21 Jul 2010 16:55
Optimization: Setting bounds depending on solution
Hi, I'm using a lsqnonlin-function to solve an optimization problem: ysp = lsqnonlin(@fun4,ysp0,lb,ub,optionslsq); Within fun4 a set of parameters are optimized which are arranged in a vector. lb and ub are the corresponding vectors of the upper and lower bounds. From previous information I know, that cer... 21 Jul 2010 02:41
Removing scaling label from axis?
"Marie " <none(a)nospam.com> wrote in message <i25prc$7cg$1(a)fred.mathworks.com>... Dear Matlab Users, Matlab typically puts a scale factor (i.e. x 10^5) on an axis when the units are too large to display. For example, in Matlab r2008b: plot(linspace(0,100), linspace(0,1e6)) will produce y labels ... 21 Jul 2010 02:41
Solve()
Hi I have a variable 'i' having some integer value; i have to write S=solve(eq(1),eq(2),.......eq(i),TL(3),TL(4)........TL(i+2)); where TL(3)etc contains the variables in terms of which i have to solve the equation; Please give me some code to use the solve function like this;;;; Thank you for your help in advan... 21 Jul 2010 01:35
First  |  Prev |  Next  |  Last
Pages: 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214