First
|
Prev |
Next
|
Last
Pages: 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837
Removing multiple rows from matrix "someone" <someone(a)somewhere.net> wrote in message <hr9ldh$5uc$1(a)fred.mathworks.com>... "Kai " <kai.voges.nospam(a)gmx.net> wrote in message <hr9kot$mhf$1(a)fred.mathworks.com>... Hello, I have a basic problem here, I am trying to solve for hours now. Here it comes: A = ones(100, 4) b = [23 30... 28 Apr 2010 12:51
s-function within s-function This question might not make sense, I am still a beginner. Is it possible to call an s-function from inside another s-function. Say when calculating my output I want to call one s-function in my input is something and another if the input is something else. Would something like this be possible or am I going about this... 29 Apr 2010 19:13
Concatenate large number of matrices Hi, I have 383 matrices of size 256x320. I was wondering how to concatenate them vertically into one big matrix? ... 29 Apr 2010 16:55
OLS problem with non-linear constraint Hi all, I am trying to fit a "replicating portfolio" to a given structure of cash-flows. The cash flows are in stochastic form, i.e. a set of "scenarios" with a cash flow to match for each scenario. For this, I want to solve a linear least squares problem in the form of min (y - Xb), where y(i) is my cash ... 28 Apr 2010 14:00
Removing multiple rows from matrix "Kai " <kai.voges.nospam(a)gmx.net> wrote in message <hr9kot$mhf$1(a)fred.mathworks.com>... Hello, I have a basic problem here, I am trying to solve for hours now. Here it comes: A = ones(100, 4) b = [23 30 60] Now I want to remove the rows specified in b from A with logical indexing. For a row ... 28 Apr 2010 12:51
Removing multiple rows from matrix Hello, I have a basic problem here, I am trying to solve for hours now. Here it comes: A = ones(100, 4) b = [23 30 60] Now I want to remove the rows specified in b from A with logical indexing. For a row vector, like A=ones(100, 1) it is clear that: A = A(A~=b); removes the specified rows. But how does it ... 28 Apr 2010 11:42
Supervised learning Hi guys, I have a pattern recognition problem that I want to solve. Basically, I have data in the form of (of course simplified) A=[1:10]; B=[10:20]. There are a lot of A's and B's, i.e for each A, there is a corresponding B. There exist a relationship between each pair of A and B. What I want is to use the data p... 28 Apr 2010 11:42
sortrows Hi everyone, I have a matrix, A, as follows: 3 1 2 1 3 1 4 5 2 Now I wish to sort A horizontally according to the top row, so that the largest value in the top row is in the top right corner. The final result should look like this: 1 2 3 3 1 1 5 2 4 How is this done? Regards, Ulrik. ... 29 Apr 2010 04:35
object recognition I need to recognize square , rectangle , circle , triangle.... how can i recognise these objects? plz send me the code to recognise the object shapes. rgbImage = imread('squ.png'); [rows columns numberOfColorBands] = size(rgbImage); subplot(3, 2, 1); imshow(rgbImage, []); title('Original color Image'); set(g... 28 Apr 2010 11:42
synchronize.m for Timeseries I am having problems getting synchronize.m do what I want it to do. Have any users here got any experince with it? I outline the problem I am trying to solve below, but I do not think synchronize.m is able to help with it. http://www.mathworks.com/access/helpdesk/help/techdoc/ref/synchronize.html I have two tim... 28 Apr 2010 11:42 |