photo

Jay


Aktiv seit 2012

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

8 Fragen
0 Antworten

RANG
161.270
of 300.392

REPUTATION
0

BEITRÄGE
8 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
62.5%

ERHALTENE STIMMEN
0

RANG
 of 20.934

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.373

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

fast 13 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

fast 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 13 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

fast 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 13 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

etwa 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 13 Jahre vor | 1 Antwort | 0

1

Antwort