Louis Liu
Followers: 0 Following: 0
Statistik
9 Fragen
0 Antworten
RANG
294.700
of 295.569
REPUTATION
0
BEITRÄGE
9 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
100.0%
ERHALTENE STIMMEN
0
RANG
of 20.247
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.105
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
Feeds
Frage
How can I use integral to solve a equation with two function handle?
Hello, I want to solve the equation below *solution = fzero(@(Cpk_hat) fun2,0.01)* but I get the feedback : 'Undefined oper...
etwa 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I randomly extract a element in an array?
If now I have an array, how can I randomly extract a element in it? x0_1 = [ 0 0 0 1 1 1 2 2 2 2 ]; Actually, I want to pro...
etwa 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Assign all the elements in a row vector to a matrix but couldn't use the reshape function
Hello, I have a question about assigning the elements now, below is the detail: I save the value of calculation in a row vect...
etwa 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to use fsolve to solve the simultaneous equations with integral format?
Hello, I am try to solve the simultaneous equations with integrand recently, but I am stuck now, below is the detail: The si...
etwa 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I get the plot correctly?
Hello, I write some code like this: vx = 30:10:300; vy = 2:0.04:3; [xx,yy] = meshgrid(vx,vy); zz = get_critical...
etwa 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
solving a equation with integral
Hello, I write some code like this, >> C = 1.00; >> n = 38; >> alpha = 0.05; >> Cp = C+0.33; >> fun=@(y)c...
etwa 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I solve an integral problem included of cumulative distribution function of chi-square distribution?
Excuse me, does anyone know how to solve an integral problem included of cumulative distribution function of chi-square distrib...
etwa 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to divide a row vector to 6 small row vector with faster technique?
Hello, dose anyone can give me an advice of the problem below? Thanks! problem: I got a 1-by-366 row vector now. However, I ...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I want to use integral&fzero to solve the equation but I could't debug by myself
Hello, I have written some code below but I could't debug by myself. Does anyone can give me some advice? Thanks! n = 100...
mehr als 7 Jahre vor | 1 Antwort | 0