photo

Hokkien


Last seen: 4 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

8 个提问
0 个回答

排名
122,121
of 300,759

声誉
0

贡献数
8 个提问
0 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 21,081

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,900

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Color certain area of normal distribution
Hi all, I have two normal distributions as below: y = normpdf(x,57565.67,1743.56); y1 = normpdf(x,54908.02,1663.82); I wou...

4 years 前 | 2 个回答 | 0

2

个回答

提问


Return first few values to zero in a row
Hi I would like to change only the first few values in a row to zero? For example I have matrix A=[1 2 4 5 6 7 8 9 0 2 3 4 5 6]...

4 years 前 | 2 个回答 | 0

2

个回答

提问


If statement without loop
Hi there are two questions I wish to ask: First, I would like to use if else statement without the loop. Here is my attempt wit...

4 years 前 | 2 个回答 | 0

2

个回答

提问


Avoid "for", "if" and "else" loop
Hi I have a code like this: If there any way, that I can avoid for, if else loop? For now the k = 22, but most of the time and ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Out of Memory. Infinite Recursion.
Hi all, I tried to run polylog with a set of matrix: Li = polylog(2,QED1); % QED1 is a (8887 x 1000) matrix. but...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Better Loop Structure to Execute Faster
Hi everyone, I have a sample loop as below: tic; for k=1:3500 for j=1:10000 A(j,k)=B(j,k)/(C(j,1)*0.001); end ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to sum from a particular cell to last cell in a single row.
Hi all! I wish to sum from particular cell to last cell in a single row. Example: I have a row A with values = [1 5 7 1 3 ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How can I create matrix with parameter?
I wish to create a matrix based on different energy and its maximum recoil energy. The maximum recoil energy formula is T_max =...

5 years 前 | 1 个回答 | 0

1

个回答