Community Profile

photo

Nitin


University of Southern California

Active since 2012

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Answered
Running the same matlab program in two matlab windows
Thanks guys. Let me try this using some simple programs and see if it works.

12 years ago | 0

Question


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

12 years ago | 4 answers | 0

4

answers

Question


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

12 years ago | 2 answers | 0

2

answers

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

12 years ago | 0

Question


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

12 years ago | 4 answers | 0

4

answers

Question


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

12 years ago | 0 answers | 0

0

answers

Question


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

12 years ago | 0 answers | 0

0

answers

Question


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

12 years ago | 1 answer | 0

1

answer

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

12 years ago | 0

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

12 years ago | 0

Question


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

12 years ago | 3 answers | 0

3

answers