photo

JK


自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

5 个提问
0 个回答

排名
285,419
of 299,947

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
80.0%

收到投票数
0

排名
 of 20,848

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,679

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


fzero for sum of functions?
The actual equation is 0 = sum(ai/(ai-p)) where i is 1 to 4 and I have to look for p values. This is what I put in the code...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Quick question about the loop
How do I collect values that were done through the loop? For example, M=10:40 for i=0:30; i=i+1; A=10+M...

11 years 前 | 2 个回答 | 0

2

个回答

提问


What does [ ]; do in MATLAB?
Hi, I am looking at some codes. It solves for c at the end, but it defines c=[]; in the beginning which is like empty matri...

11 years 前 | 2 个回答 | 0

2

个回答

提问


Bisection method + Differential equation question
I need to calculated 100 values using differential equation and bisection method, but it is giving me only 1 value. I have 1...

11 years 前 | 1 个回答 | 0

1

个回答

提问


How do I show relative frequency on histogram?
Okay, I am supposed to make 1000 random values between 1 to 10 and plot them on the histogram to show the relative frequency. ...

11 years 前 | 2 个回答 | 0

2

个回答