First
|
Prev |
Next
|
Last
Pages: 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409
LMIs with mincx My codes as follows: ------------------------------------------------ setlmis([]); Z=lmivar(1,[2 1]); PK=lmivar(1,[2 1]); QK=lmivar(1,[2 1]); RK=lmivar(1,[2 1]); F1K=lmivar(2,[1 2]); F2K=lmivar(2,[1 2]); F3K=lmivar(2,[1 2]); XK=lmivar(1,[2 1]); TK=lmivar(1,[2 1]); NK=lmivar(2,[2 2]); MK=lmivar(2,[2 2]); ... 14 Jan 2010 06:50
how you change opencv function to matlab hello hope you can tell me how you can change opencv in c++ to Matlab ... 22 Jan 2010 23:02
Fitting the hyperbola Ax+Bxy+Cy+D=0 to experimental data Hi all, I’m working with experimental data which is represented as a series of x and y values (both x and y are non-negative), which when plotted give a curved form. I know from theory that they should follow a hyperbolic curve of the form Ax+Bxy+Cy+D=0 and the question is how to determine A, B, C and D for the ... 15 Jan 2010 06:04
How to specify color for new values ? http://courses.cit.cornell.edu/bionb441/CA/ From above link, the cellular automata. In the topic 8 Sandpile. This is the code. ............................................................................................................ %sand pile clear all clf nx=52; %must be divisible by 4 ny=100; ... 14 Jan 2010 13:32
initialize array of structs if don't know fieldnames I have repeatedly run into this problem and don't know if it is an issue with my coding style, if I'm missing something obvious, or if it just isn't possible and I should look for other ways. I am looping through function calls that return a struct. I would like to build those structs into an array, but consistently... 14 Jan 2010 19:10
RBF neural network (newrb) passing parameters Hi All, I want to pass few variables to the newrb function. I will be using these variables in the newrb function. Is there a way to do this? Thanks. ... 15 Jan 2010 19:26
Importing text from excel into matlab I currently have a long list of text in Excel (looks like the following: asdg rege wehgre grewe ger gresg gres hyrth htres ehre All of the text is in one column.) I'm looking for a way to import this list of text into matlab such that each line is its own cell in a text array. So far, the only way I've... 13 Jan 2010 20:01
Efficient way of manipulating matrix Hi all Consider the matrix A as an example A = 0 0 0 0 2 4 6 8 0 0 0 0 0 3 4 5 0 0 0 0 0 0 0 0 0 0 2 4 0 0 In general A will be a mxn matrix with strictly increasing values (except fo... 14 Jan 2010 02:31
Matlab R14, Windows 7, and uicontrol objects I just installed Windows 7 on a machine where I am running Matlab R14 with a pile of legacy code heavy on the UI controls. I've gotten past the basic issues of changing themes and setting compatibility and have matlab up and running, but all my uicontrols e.g. buttons, listboxes, sliders etc do not render. There are n... 13 Jan 2010 17:44 |