Statistiques
8 Questions
0 Réponses
RANG
161 265
of 300 352
RÉPUTATION
0
CONTRIBUTIONS
8 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
62.5%
VOTES REÇUS
0
RANG
of 20 928
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 168 212
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
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...
presque 13 ans il y a | 1 réponse | 0
0
réponseQuestion
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 ...
presque 13 ans il y a | 1 réponse | 0
1
réponseQuestion
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) ...
presque 13 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 13 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
presque 13 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 13 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
environ 13 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
environ 13 ans il y a | 1 réponse | 0
