Statistics
RANK
15.062
of 295.467
REPUTATION
2
CONTRIBUTIONS
4 Questions
3 Answers
ANSWER ACCEPTANCE
75.0%
VOTES RECEIVED
2
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
find max of a vector between two indice
Thank you very much Lucas , Fangjun and Sean.I checked them all and all three solutions worked perfectly. I don't know which an...
ongeveer 13 jaar ago | 0
Question
find max of a vector between two indice
Hi, I want a code to find the maximum number between two indice of a vector. I have an indice vector and a data vector . For...
ongeveer 13 jaar ago | 4 answers | 0
4
answersDelete Rows that have a negative number in their first column.
Thanks Paulo and Fangjun. :X Both of your answers worked perfectly.
meer dan 13 jaar ago | 0
Question
Delete Rows that have a negative number in their first column.
Hi, I have a 5x2 matrix like this: *A=[-1 2;2 -4;-5 9;-3 7;8 6;]* Now I want a code to delete rows that have negative val...
meer dan 13 jaar ago | 3 answers | 1
3
answersQuestion
I want Absolute numerical integral-sth like absolute trapz
Hi, I am trying to calculate integral of this function with trapz . *x=-1.5*pi:pi/100:pi;* *y=sin(x);* *z=trapz(x,y)...
meer dan 13 jaar ago | 2 answers | 0
2
answersAdding each row to previous row in a vector-Not Cumulative
I used Sukuchha method and it worked.Thanks Sukuchha. But I should also thank Paulo Silva.
meer dan 13 jaar ago | 0
Question
Adding each row to previous row in a vector-Not Cumulative
Hi , I've looked everywhere to find the solution for this but I couldn't find the answer. Here 's the problem. *How to add each...
meer dan 13 jaar ago | 4 answers | 1