addition question
Hi,
I know this is really simple but I am just starting on Matlab so am
new to this whole scene...basically I have two separate columns
containing various values (e.g. 0.0133, 0.0134 etc.)and I want to get
the sum of each column. one of the columns is called V and the other
is called H. I thought that i should type 'disp(V+H) into the command
window but this doesn't seem to work...however if i just type in
disp(V) it manages to display all the values for the v column and
likewise with the H column.
I know this is really basic but i need to find out for an assignment
in college.
Thanks.
.
Relevant Pages
- X*Y=X and sum(X)=1
... i would like to know what is the easiest way of solving the following ... I know Y and i know that the sum of all the elements of the unknow ... PS: ideas on how to solve this in MATLAB are also very welcome :-) ... Prev by Date: ... (sci.math.num-analysis) - Re: Matlab is not a real array oriented language.
... libraries for linear algebra, which is all about 1D and 2D matrices. ... spent a lot of time and effort popularizing the name MATLAB. ... and allow the debugger to stop when certain errors or warnings are ... If the input is a vector, SUM ... (comp.soft-sys.matlab) - Re: how to simplify a summation of exponentials symbolicly/analytically?
... transform your sum into a summation over powers of some constant. ... Also, in matlab, if u and v are not scalars it is difficult/costly to avoid ... a well designed loop over the summation will not be that costly in ... (sci.math) - Re: problems using FMINCON. Please help!
... I'll give you FORTRAN code because I do not use MATLAB ... for my calculations: ... sum = sum + jdata ... I think statistical data have to be calculated by yourself afterwards. ... (comp.soft-sys.matlab) - Re: how to simplify a summation of exponentials symbolicly/analytically?
... transform your sum into a summation over powers of some constant. ... Also, in matlab, if u and v are not scalars it is difficult/costly to avoid ... a well designed loop over the summation will not be that costly in ... (sci.math.num-analysis) |
|