photo

Hajik zagori


自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

4 个提问
3 个回答

排名
15,265
of 300,364

声誉
2

贡献数
4 个提问
3 个回答

回答接受率
75.0%

收到投票数
2

排名
 of 20,934

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,407

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • 3 Month Streak
  • Thankful Level 1

查看徽章

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

14 years 前 | 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...

14 years 前 | 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.

14 years 前 | 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...

14 years 前 | 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)...

14 years 前 | 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.

14 years 前 | 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...

14 years 前 | 4 个回答 | 1

4

个回答