Statistik
RANG
111.419
of 301.237
REPUTATION
0
ANTWORTZUSTIMMUNG
28.57%
ERHALTENE STIMMEN
0
RANG
of 21.206
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 173.611
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 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Running the same matlab program in two matlab windows
Thanks guys. Let me try this using some simple programs and see if it works.
etwa 14 Jahre vor | 0
Frage
Running the same matlab program in two matlab windows
Hi, Can I run the same matlab program in two different matlab workspaces with slight variations. For example in Matlab 1 work...
etwa 14 Jahre vor | 4 Antworten | 0
4
AntwortenFrage
Matlab editor gets stuck every 30 secs
Hi, My matlab editor gets stuck every 30 secs. When I start matlab editor in my computer it works fine for about 30 secs to 1...
etwa 14 Jahre vor | 2 Antworten | 0
2
AntwortenSolve a system of 3, 2nd order boundary value problems using bvp4c
For myodesubfunc I wrote the code like this function dydx = myodesubfunc(x,y) dydx = [ the six equations written above w...
etwa 14 Jahre vor | 0
Frage
Solve a system of 3, 2nd order boundary value problems using bvp4c
Hello, I want to solve a system of 3 boundary value equations. All three of them are 2nd order. Now I have created my dydx by co...
etwa 14 Jahre vor | 4 Antworten | 0
4
AntwortenFrage
Solve a system of 3, 2nd order Boundary value problems
Hello, I want to solve a system of 3 boundary value equations. All three of them are 2nd order. Now I have created my dydx by c...
etwa 14 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Solving a boundary value problem (bvp) using ode45
Hi, I am trying to solve a system of 3 bvp. I have written the code for ode45 for 6 equations to solve this and it runs well....
etwa 14 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Question regarding dsolve and subs (symbolic toolbox)
Hi, I am trying to solve a system of 3, 2nd order differential equations. My equations are very long (1000 lines) even after ...
etwa 14 Jahre vor | 1 Antwort | 0
1
AntwortTrouble using dsolve function
Hey Walter, This is my code eqn1 = simplify(subs(sym('(D2p1/((8.314)*(573.15)))+(((((p1+p2+p3)*Dp2-(Dp1+Dp2+Dp3))/(p1+p2+p...
etwa 14 Jahre vor | 0
Trouble using dsolve function
Hey Walter, I fixed the problem. Many thanks for your help. Can you tell me one more thing. After I run my program, it gives...
etwa 14 Jahre vor | 0
Frage
Trouble using dsolve function
Hi, I need help in solving a 2nd order diff equations. Since my equations are very long (almost 30 lines), I have written a s...
etwa 14 Jahre vor | 3 Antworten | 0
