Community Profile

photo

Jay


Active since 2012

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


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

11 years ago | 0 answers | 0

0

answers

Question


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

11 years ago | 1 answer | 0

1

answer

Question


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

11 years ago | 1 answer | 0

1

answer

Question


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

11 years ago | 2 answers | 0

2

answers

Question


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

11 years ago | 1 answer | 0

1

answer

Question


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

11 years ago | 0 answers | 0

0

answers

Question


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

11 years ago | 0 answers | 0

0

answers

Question


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

11 years ago | 1 answer | 0

1

answer