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.
Running the same matlab program in two matlab windows
Thanks guys. Let me try this using some simple programs and see if it works.
14年弱 前 | 0
質問
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...
14年弱 前 | 4 件の回答 | 0
4
回答質問
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...
14年弱 前 | 2 件の回答 | 0
2
回答回答済み
Solve 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...
Solve 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...
14年弱 前 | 0
質問
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...
14年弱 前 | 4 件の回答 | 0
4
回答質問
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...
14年弱 前 | 0 件の回答 | 0
0
回答質問
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....
14年弱 前 | 0 件の回答 | 0
0
回答質問
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 ...
14年弱 前 | 1 件の回答 | 0
1
回答回答済み
Trouble 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...
Trouble 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...
14年弱 前 | 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...
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...
14年弱 前 | 0
質問
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...
14年弱 前 | 3 件の回答 | 0
