photo

Jay


自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

8 个提问
0 个回答

排名
220,462
of 299,750

声誉
0

贡献数
8 个提问
0 个回答

回答接受率
62.5%

收到投票数
0

排名
 of 20,792

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,710

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


how to get mean residual life? (MRL)
I have a code for reliability. clc; clear; tt=200; b=10; sigma1=2; i=1; for t = 1 : 1 : tt; mu=b*t; sigma=sigma...

13 years 前 | 0 个回答 | 0

0

个回答

提问


how to use excel data in matlab?
I know I can use num = xlsread(filename, sheet, range) to get data from excel file. But my project will get more data ...

13 years 前 | 1 个回答 | 0

1

个回答

提问


How to plot this code correctly?
tt=1000; B=1700; b=0.0013; sigma=0.0099; t = 0 : 1 : tt; for K = 1 : length(t) ...

13 years 前 | 1 个回答 | 0

1

个回答

提问


how to plot this equation?
p= (B-(b*t))/(sigma); I need this equation to be plot as t increase by 1 for t= 0:1: p(t)= (B-(b*t))/(sigma); plot(t,p...

13 years 前 | 2 个回答 | 0

2

个回答

提问


How do I import specific row, column excel data to matlab?
I have a code that saves data to excel file. Now I am working with code to generate reliability and degradation path with these...

13 years 前 | 1 个回答 | 0

1

个回答

提问


Plotting reliability model code
Following is my code for degradation reliability. I just cannot figure out why it would not plot the graph. All I get is a strai...

13 years 前 | 0 个回答 | 0

0

个回答

提问


How do I use Brownian motion code?
I know brownian motion code is bm(mu sigma) I can get mu(mean), sigma(variance)from the data set. I need a graph and other...

13 years 前 | 1 个回答 | 0

1

个回答

提问


How to get mu and sigma from data?
I need to get mu and sigma from the data I have. But it needs to be mu and sigma from Brownian motion. How do I get a mu and ...

13 years 前 | 1 个回答 | 0

1

个回答