-1
votes
0answers
70 views

Two Summations in Matlab [closed]

I need to write a code in Matlab for the following equation: Σ i=0 to 100 ( (f(x). Σ j=0 to k f(y) ) where f(x), f(y) and k returns constant values. I have tried to write this code. Kindly tell me ...
0
votes
2answers
42 views

Matlab: I want to sum count data when multiple counts occur on the same day

I have a vector of days when an organism completes development, as well as the corresponding numbers of organisms completing development per day. The organisms all start development on different days, ...
0
votes
0answers
37 views

How to calculate conditional sum of a part of vector/array based on a 2nd array/vector - Matlab [closed]

I want to get the conditional sum of part of a vector based on a second vector. For example: A = [143 14 -4 299 -29 83 151 190 178 -61 -109 ] and B = [1 1 -1 1 -1 1 1 1 1 -1 -1 ] then I want to ...
0
votes
1answer
40 views

How to Sum through Vectors elements

I have a variable quantity that contains two vectors. I want to sum these quantity from i = 1 to n, where n = 100. When the program is ran, I can click on the variables in the work space to see the ...
0
votes
1answer
67 views

matlab column and row element summation using a for loop

I need to wire an algorithm for class without using any Matlab functions and using for and while loops, that gives me two new vectors one with the sum of elements of each column, and another with the ...
-1
votes
1answer
44 views

Using rectangle in Matlab. Using Sum()

I have performed rgb2gray on an image and did a sobel edge detection on the image. then did faceEdges = faceNoNoise(:,:) > 50; %binary threshold so it sets the outline of the image (a ...
0
votes
2answers
46 views

how to sum matrix entities as indexing by another vector values?

Suppose I have a vector B=[1 1 2 2] and A=[5 6 7 4] in the form of B says the numbers in the A that are need to be summed up. That is we need to sum 5 and 6 as the first entry of the result array and ...
0
votes
3answers
62 views

MATLAB - Count Number of Entries in Each Year

I have a .mat file that contains data from the years 2006-2100. Each year, there is a different number of lines. I need to count how many lines are 2006, how many are 2007, etc. The set up, by ...
0
votes
0answers
59 views

Matlab: complex summations over an array

I'm trying to implement value iteration in Matlab but having troubles programming summations in a clean way.This is what I use right now: problem.transition is a 92x92x5 matrix, with the amount of ...
2
votes
1answer
136 views

Matlab Adding two transfer functions

I'm trying to add two transfer functions together, for example: tf1=tf(1,[1 0]); tf2=tf(2,[1 0]); tsum=tf1+tf2 MATLAB considers tf1 and tf2 as blocks connected in series and therefore ...
3
votes
4answers
162 views

Matlab - Sum of surrounding elements

I want to calculate the sum of the elements surrounding a given element in a matrix. So far, I have written these lines of code: for i=1:m, rij(1:n)=0 for j=1:n, alive = ...
0
votes
2answers
392 views

octave error: subscript indices must be either positive integers or logicals

I'm trying to sum the product of an indexed vector and an indexed matrix like this: k=[0:1:N-1] n=[0:1:N-1] x_n = sin(pi*n) N = size(x_n,2) _seqgen(x_n(n)*exp(k*n/N), n, 0..N-1) but I ...
0
votes
2answers
53 views

Limited Sum in Matlab

Hi lets say that i have matrix size 5x5. B=[1 2 3 4 5; 10 20 30 40 50; 100 200 300 400 500; 1000 2000 3000 4000 5000; 10000 20000 30000 40000 50000]; How do i use function sum, to sum rows ...
0
votes
2answers
68 views

Matlab: Summation over Array Dimensions

I've done quite a bit of searching and haven't been able to find a satisfactory answer so far, so I'm sorry if this question has already been raised. I'm stuck on how to sum over the dimensions of an ...
0
votes
1answer
63 views

Matlab - summation & .^2

In this post, where I received a nice answer, I just want to ask, what does: maximum = (sum(sum(pdist2(x,y)))).^2; mean in the answer? In my question, and, on that location, I was planning to get ...
3
votes
3answers
104 views

Matlab: sum column elements with restrictions

We have a MxN matrix and a constrain cstrn = 100;. The constrain is the summarize limit of column's elements (per column): sum(matrix(:,:))<=cstrn. For a given example as the following: ...
0
votes
1answer
73 views

matlab strange behaviour of function sum()

Any idea why Matlab could behave like this? >> sum([0 0 0]) Subscript indices must either be real positive integers or logicals. >> sum([1 1 1]) ans = 4 4 4 Fighting ...
3
votes
3answers
323 views

How to sum all other rows in MATLAB

I am still learning some of the advanced features in MATLAB. I have a 2D matrix and I want to sum all rows, except for for i. eg 1 1 1 2 2 2 4 4 4 say i = 2, I want to get this: 5 5 5 I can do ...
2
votes
3answers
92 views

Calculating all two element sums of [a1 a2 a3 … an] in Matlab

Context: I'm working on Problem 23 on Project Euler using Matlab in order to practice my barely existing programming skills. My Problem: Now I have a vector with roughly 6500 numbers (ranging from ...
1
vote
2answers
2k views

MatLab algorithm for Jacobi method

I have some difficulties in converting a pseudocode into a MatLab algorithm. Specifically, there is one part I don't quite know how to do. I will write the pseudocode up to the point where I am ...
0
votes
3answers
2k views

Cellfun : How to sum each row in a cell array of matrices? Matlab

Say I have 3x3 cells, each cell containing a matrix of 9x9, how would I go about using cellfun to sum each row of the entire cell array? I keep obtaining the error ''bad cell reference'' when I try ...
1
vote
2answers
233 views

How to sum matrix (vector) elements in a structure

I have a M x N sized structure array with fields var and val which are vectors. What I would like to do is to get an M x N sized matrix A where each element A(i, j) contains the sum value of vector ...
0
votes
1answer
79 views

How do I make sums of sumatrixes in MATLAB without cycle?

I have a large matrix (time x frequency), which I want to reduce partially. I want to sum every 1000 rows (time-samples) together keepinq the frequency information, it is kind of a segmentation. Is ...
0
votes
1answer
86 views

Matlab summation to form matrix

I am looking for some help with a fast loop to form a bunch of values. Given a 30-vector, x and another 30-vector which is the expected value of such data expx. I want to be able to quickly sum ...
0
votes
1answer
62 views

How to sum matrix which had been already rearranged

I have some matrix : A = [ 1 2 3 4 5 6; 1 2 3 4 5 6] B = [ 6 5 4 3 2 1; 6 5 4 3 2 1] C = [ 1 2 3 4 5 6; 1 2 3 4 5 6] what is code to make this following matrix: Result = [1 2 9 ...
0
votes
2answers
243 views

find and replace zeros with a function in matlab

Once again, sorry if this has been asked before and if its too specific but I'm very stuck and can't quite find a solution. I have a matrix of say 3 members of a structure called 2, 4 and 16 (in ...
0
votes
1answer
573 views

matlab sum vectors

Hi I have an object A which contains 9 vectors all of size [1 3], three dimensional vectors. How do I sum all of these to create a new vector of size [1 3] i.e. how to I take the contribution of each ...
2
votes
1answer
229 views

How to make cumsum this matrix

A= [ 1 2 4 2 3 1 3 1 2 ] so that the answer from above matrix should be: B = [ 1 3 7 9 12 13 16 17 19 ] thanks
0
votes
1answer
338 views

addition of one column with certain condition in another colum, like sumifs of excel

I have a matrix like this A=[ 1 2; 2 3; 3 4; 4 5; 5 6; 6 8; 7 9; 8 5; 9 4] Now I want to add a second column the condition is that if limit=0, and interval=3 and limit=limit+interval, or in other ...
3
votes
3answers
183 views

Adding 2x2 matrix with NaNs

More of a general MATLAB question than looking for programming advice -- if I have: y = cellfun(@(x)sum(x(:)), Z, 'un', 0); where there are a combinations of NaN's and real numbers in each cell ...
3
votes
2answers
2k views

Efficient (fastest) way to sum elements of matrix in matlab

Lets have matrix A say A = magic(100);. I have seen 2 ways of computing sum of all elements of matrix A. sumOfA = sum(sum(A)); Or sumOfA = sum(A(:)); Is one of them faster (or better practise) ...
2
votes
1answer
329 views

Efficient XOR sum operation (Matlab or C/C++)

I have a following problem: I have tens and hundreds of thousands of 512bit logical arrays (or 64 bytes). For each possible pair I must perform XOR followed by sum. Is there a way to do that ...
1
vote
1answer
64 views

cumulative data in GUI

i have a data type cell that produce from analysis discriminant from matlab, i want use it in GUI.. the result from analysis discriminant can we sa like this: if i have picture and then i use image ...
1
vote
2answers
585 views

Double Summation in MATLAB and vectorized loops

Here's my attempt in implementing this lovely formula. http://dl.dropbox.com/u/7348856/Picture1.png %WIGNER Computes Wigner-Distribution on an image (difference of two images). function[wd] = ...
0
votes
3answers
537 views

Calculate a tricky sum in Matlab

With the following variables: m = 1:4; n = 1:32; phi = linspace(0, 2*pi, 100); theta = linspace(-pi, pi, 50); S_mn = <a 4x32 coefficient matrix, corresponding to m and n>; how do I compute ...
1
vote
3answers
566 views

Summing two polynomials

I'm looking for a built-in Matlab function that sums two polynomial. Example: p1(x) and p2(x) are represented in code standard Matlab vectors: p1 = [500 400 300 200 100 50]; p2 = [3 2 1 5]; How ...
1
vote
1answer
130 views

Divide Matrix into Higher and Lower Value than Scalar Value Input

I have some problem in matlab since I was new in this programming language. Okay here it is : I have Matrix and I have sorted it ascending, for example : 1 1 1 3 4 4 4 5 6 6 7 7 9 9 9 9 9 It's ...
1
vote
2answers
383 views

Sum of row elements between colMin and colMax, with different colMin and colMax for each row - Octave / Matlab

I have matrix p=[1 2 3 4; 5 6 7 8; 10 20 30 50]; I'd like to compute the sum of the elements of each row that are between column iMin and iMax, with iMin and iMax being different for each ...
1
vote
1answer
315 views

A combination of hist and sum:is there a function for that?

Lets say we have following vector: data=a=[2.3 3.2 4.1 6.2 7.3 6.4 5.5 4.3 3.2 2.6 1.7 3.4 4.5 5.7 6.8]; If we count the numbers only by using the hist-function, we get something like that: [n ...
0
votes
2answers
366 views

How can I sum an interval of elements on an array in python / numpy?

How can I sum an interval of elements on an array in python / numpy ? For example, in matlab it is possible something like this: y= ones(10,20); y(1:5,:) = 2; for k = 1: 10 psum(k) = ...
1
vote
2answers
650 views

Grouping and summarizing in Matlab

I have a simple matrix with repeating values in some columns. I need to group data by names and week and sum the prices spent each day given week. here is the example: name day week price John 12 ...
0
votes
2answers
970 views

Using SUM and UNIQUE to count occurrences of value within subset of a matrix

So, presume a matrix like so: 20 2;20 2;30 2;30 1;40 1;40 1 I want to count the number of times 1 occurs for each unique value of column 1. I could do this the long way by [sum(x(1:2,2)==1)] for ...
1
vote
2answers
473 views

Matlab: Sum elements in array into another array

Suppose I have an array age=[16 17 25 18 32 89 43 55] which holds the ages of a certain list of people. I also have a second array called groups=[1 1 2 1 3 2 1 4] denotes to which group each person ...
2
votes
2answers
749 views

Vectorizing MATLAB function

I have double summation over m = 1:M and n = 1:N for polar point with coordinates rho, phi, z: I have written vectorized notation of it: N = 10; M = 10; n = 1:N; m = 1:M; rho = 1; phi = 1; z = 1; ...
3
votes
2answers
1k views

How to sum columns in pairs of a matrix in Matlab?

For example, if A=[ 0 1 2 3 4 5 6 7 8 9; 0 1 2 3 4 5 6 7 8 9; 0 1 2 3 4 5 6 7 8 9] A = 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 ...
0
votes
1answer
1k views

Weighted sum of elements in matrix - Matlab?

I have two 50 x 6 matrices, say A and B. I want to assign weights to each element of columns in matrix - more weight to elements occurring earlier in a column and less weight to elements occurring ...
2
votes
3answers
943 views

sum over a matrix with condition in matlab

assume I have a 10x10 matrix M M=[64 36 50 87 22 45 37 23 68 88; 33 23 87 49 54 25 35 98 78 52; 12 54 76 43 24 87 54 98 45 34; 77 87 23 45 34 65 23 76 12 76; 12 34 55 44 76 98 93 23 54 ...
3
votes
2answers
864 views

Calculate sum of certain rows (based on a uniqId) in a column without using for-loop in MATLAB

I have a matrix: raw = [ 2001 1000 ; 2001 2000 ; 2001 1000 ; 2001 1000 ; 2001 2000 ; 5555 nan ; 5555 10000 ; 5555 20000 ; 5555 5000 ; 5555 20000 ; 5555 30000 ; 7777 1000 ; 7777 2000 ; 7777 3000 ; ...
0
votes
1answer
1k views

matlab how to solve sum function

i have to solve the following formulation in matlab: i am looking for the beta value, given is a vector full of wavelet coefficients x =(x_1,..,x_L)! How to solve this function in matlab? Can i ...
1
vote
2answers
920 views

what function or loop do I have to use to average the matrix?

I want to find the average of all the matrix: Data=(Data{1}+......+Data{n})/n) where Data{n} is a matrix of m*n.. Thank you sooo much

1 2