Community Profile

photo

Hajik zagori


2011년부터 활동

통계

  • 3 Month Streak
  • Thankful Level 1

배지 보기

Content Feed

보기 기준

답변 있음
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...

12년 초과 전 | 0

질문


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...

12년 초과 전 | 답변 수: 4 | 0

4

답변

답변 있음
Delete Rows that have a negative number in their first column.
Thanks Paulo and Fangjun. :X Both of your answers worked perfectly.

12년 초과 전 | 0

질문


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...

12년 초과 전 | 답변 수: 3 | 1

3

답변

질문


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)...

12년 초과 전 | 답변 수: 2 | 0

2

답변

답변 있음
Adding 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.

12년 초과 전 | 0

질문


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...

12년 초과 전 | 답변 수: 4 | 1

4

답변